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": "2026-03-21T23:29:58.7337235+00:00",
"isComplete": true
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.