POST v6/sto/save
Request Information
URI Parameters
None.
Body Parameters
STOModelv6| Name | Description | Type | Additional information |
|---|---|---|---|
| STOId | integer |
None. |
|
| STONumber | string |
None. |
|
| OriginLocationId | integer |
None. |
|
| DestinationLocationId | integer |
None. |
|
| TransferDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"stoId": 1,
"stoNumber": "sample string 2",
"originLocationId": 3,
"destinationLocationId": 4,
"transferDate": "2025-11-08T08:22:41.13289+00:00"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.