POST api/BEPartnerShip/DeletePartnerShip
Request Information
URI Parameters
None.
Body Parameters
DeletePartnerShip| Name | Description | Type | Additional information |
|---|---|---|---|
| PS_Id | integer |
None. |
|
| QC_Code | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"PS_Id": 1,
"QC_Code": "sample string 2"
}
application/xml, text/xml
Sample:
<PartnerShipModel.DeletePartnerShip xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRMS.Models"> <PS_Id>1</PS_Id> <QC_Code>sample string 2</QC_Code> </PartnerShipModel.DeletePartnerShip>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
BaseResultOfObject| Name | Description | Type | Additional information |
|---|---|---|---|
| body | Object |
None. |
|
| isSuccess | boolean |
None. |
|
| message | string |
None. |
|
| code | string |
None. |
|
| response | Enum |
None. |
|
| exception | string |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml, text/xml
Sample:
<BaseModels.BaseResultOfanyTypeRvdAXEcW xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRMS.Models"> <body /> <exception>sample string 3</exception> <isSuccess>true</isSuccess> <response i:nil="true" /> </BaseModels.BaseResultOfanyTypeRvdAXEcW>