POST api/DragNDrop?Domain={Domain}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
Domain | string |
Required |
Body Parameters
T_AdvancesettlementsName | Description | Type | Additional information |
---|---|---|---|
satID | integer |
None. |
|
AdvanceID | integer |
None. |
|
ClaimID | integer |
None. |
|
Other | string |
None. |
|
ClaimType | integer |
None. |
|
ExpenseID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "satID": 1, "AdvanceID": 1, "ClaimID": 1, "Other": "sample string 2", "ClaimType": 1, "ExpenseID": 1 }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessageName | 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. |