POST BPMS/NoDues
Request Information
URI Parameters
None.
Body Parameters
NoDuesViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| allotment_No | string |
None. |
|
| NoDuesID | integer |
None. |
|
| Application_type | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"allotment_No": "sample string 1",
"NoDuesID": 2,
"Application_type": "sample string 3"
}
application/xml, text/xml
Sample:
<ApiYeidaController.NoDuesViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/YeidaLandAPI.Controllers"> <Application_type>sample string 3</Application_type> <NoDuesID>2</NoDuesID> <allotment_No>sample string 1</allotment_No> </ApiYeidaController.NoDuesViewModel>
application/x-www-form-urlencoded
Sample:
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. |