POST api/transfer/{hid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| hid | integer |
Required |
Body Parameters
TransferRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| fromTable | string |
None. |
|
| toTable | string |
None. |
|
| items | Collection of TransferItem |
None. |
Request Formats
application/json, text/json
Sample:
{
"fromTable": "sample string 1",
"toTable": "sample string 2",
"items": [
{
"pcode": "sample string 1",
"qty": 2,
"fkkotid": "sample string 3"
},
{
"pcode": "sample string 1",
"qty": 2,
"fkkotid": "sample string 3"
}
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.