POST v6/ibd/save
Request Information
URI Parameters
None.
Body Parameters
IBDModelv6| Name | Description | Type | Additional information |
|---|---|---|---|
| IBDId | integer |
None. |
|
| IBDNumber | string |
None. |
|
| OriginLocationId | integer |
None. |
|
| DestinationLocationId | integer |
None. |
|
| TransferDate | date |
None. |
|
| IsComplete | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"ibdId": 1,
"ibdNumber": "sample string 2",
"originLocationId": 3,
"destinationLocationId": 4,
"transferDate": "2025-11-08T08:22:40.1303356+00:00",
"isComplete": true
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.