POST api/DefineOtherParties/Save
Request Information
URI Parameters
None.
Body Parameters
DefineOtherParties| Name | Description | Type | Additional information |
|---|---|---|---|
| IsActive | boolean |
None. |
|
| Id | integer |
None. |
|
| DocumentTypeId | integer |
None. |
|
| OrganizationId | integer |
None. |
|
| CompanyId | integer |
None. |
|
| PartyName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"IsActive": true,
"Id": 2,
"DocumentTypeId": 3,
"OrganizationId": 4,
"CompanyId": 5,
"PartyName": "sample string 6"
}
application/xml, text/xml
Sample:
<DefineOtherParties xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Architecture.Model"> <CompanyId>5</CompanyId> <DocumentTypeId>3</DocumentTypeId> <Id>2</Id> <IsActive>true</IsActive> <OrganizationId>4</OrganizationId> <PartyName>sample string 6</PartyName> </DefineOtherParties>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.