POST api/UpdateJurisdictionDepositorDisplayOrder
Request Information
URI Parameters
None.
Body Parameters
Collection of JurisdictionDepositorReorderRowModel| Name | Description | Type | Additional information |
|---|---|---|---|
| JurisdictionDepositorId | integer |
None. |
|
| UpdatedBy | integer |
None. |
|
| DisplayOrder | integer |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"JurisdictionDepositorId": 1,
"UpdatedBy": 1,
"DisplayOrder": 2
},
{
"JurisdictionDepositorId": 1,
"UpdatedBy": 1,
"DisplayOrder": 2
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
BaseApiResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Success | boolean |
None. |
|
| Message | Collection of string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Success": true,
"Message": [
"sample string 1",
"sample string 2"
]
}