POST api/ForwadingBilling/RejectDPLSPO
Request Information
URI Parameters
None.
Body Parameters
SPOrejectInputs| Name | Description | Type | Additional information |
|---|---|---|---|
| DSO_CP_ID | integer |
None. |
|
| DSO_ID | integer |
None. |
|
| DSO_CREATED_BY | integer |
None. |
|
| DSO_REJECTED_REASON | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"DSO_CP_ID": 1,
"DSO_ID": 1,
"DSO_CREATED_BY": 1,
"DSO_REJECTED_REASON": "sample string 1"
}
application/xml, text/xml
Sample:
<SPOrejectInputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <DSO_CP_ID>1</DSO_CP_ID> <DSO_CREATED_BY>1</DSO_CREATED_BY> <DSO_ID>1</DSO_ID> <DSO_REJECTED_REASON>sample string 1</DSO_REJECTED_REASON> </SPOrejectInputs>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |