POST api/riis/{deviceTypeId}/{serialNumber}/transfer/v1
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
deviceTypeId | string |
Required |
|
serialNumber | string |
Required |
Body Parameters
DeviceTransferRequestName | Description | Type | Additional information |
---|---|---|---|
fromCustomerId | CustomerId |
Required |
|
toCustomerId | CustomerId |
Required |
Request Formats
application/json, text/json
Sample:
{ "fromCustomerId": { "type": "Practice", "value": "sample string 1", "customerIdType": "CdsId" }, "toCustomerId": { "type": "Practice", "value": "sample string 1", "customerIdType": "CdsId" } }
application/xml, text/xml
Sample:
<DeviceTransferRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RentalInventoryIntegrationService.Models"> <FromCustomerId> <CustomerIdType>CdsId</CustomerIdType> <Type>Practice</Type> <Value>sample string 1</Value> </FromCustomerId> <ToCustomerId> <CustomerIdType>CdsId</CustomerIdType> <Type>Practice</Type> <Value>sample string 1</Value> </ToCustomerId> </DeviceTransferRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |