POST api/Partners
Request Information
URI Parameters
None.
Body Parameters
JsonObjectInsert| Name | Description | Type | Additional information |
|---|---|---|---|
| SysName | string |
None. |
|
| CountXNRequest | integer |
None. |
|
| ParentPartnerClientID | integer |
None. |
|
| PartnerClientID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"SysName": "sample string 1",
"CountXNRequest": 2,
"ParentPartnerClientID": 3,
"PartnerClientID": 4
}
application/xml, text/xml
Sample:
<JsonObjectInsert xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Model"> <CountXNRequest>2</CountXNRequest> <ParentPartnerClientID>3</ParentPartnerClientID> <PartnerClientID>4</PartnerClientID> <SysName>sample string 1</SysName> </JsonObjectInsert>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Status| Name | Description | Type | Additional information |
|---|---|---|---|
| ReturnCode | integer |
None. |
|
| ObjectReturn | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"ReturnCode": 1,
"ObjectReturn": {}
}
application/xml, text/xml
Sample:
<Status xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Entities.Common"> <ObjectReturn /> <ReturnCode>1</ReturnCode> </Status>