POST API/TransferRequest
Request Information
URI Parameters
None.
Body Parameters
TransferRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| InstallId | integer |
None. |
|
| TransferTo | integer |
None. |
|
| TechnicianId | integer |
None. |
|
| SeriesNumber | string |
None. |
|
| StatusId | integer |
None. |
|
| Result | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"InstallId": 1,
"TransferTo": 2,
"TechnicianId": 3,
"SeriesNumber": "sample string 4",
"StatusId": 5,
"Result": "sample string 6"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.