POST api/FinishTransfer
Request Information
URI Parameters
None.
Body Parameters
CompletedTransfer| Name | Description | Type | Additional information |
|---|---|---|---|
| TransferNumber | Collection of string |
None. |
|
| CompletedBy | string |
None. |
|
| Division | string |
None. |
|
| EmployeeNumber | string |
None. |
|
| Area | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"transferNumber": [
"sample string 1",
"sample string 2"
],
"completedBy": "sample string 1",
"division": "sample string 2",
"employeeNumber": "sample string 3",
"area": "sample string 4"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.