POST api/AmazonAutoRTV/Insert
Request Information
URI Parameters
None.
Body Parameters
AmazonAutoRTVViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ConfigID | integer |
None. |
|
| Lastmodifieddate | date |
None. |
|
| RTVLocationID | integer |
None. |
|
| RTVReceivingLocationID | integer |
None. |
|
| InventoryType | string |
None. |
|
| FrequencyType | string |
None. |
|
| IsActive | boolean |
None. |
|
| RTVReceivingLocationName | string |
None. |
|
| LastModifiedByName | string |
None. |
|
| RTVLocationName | string |
None. |
|
| LoginId | integer |
None. |
|
| CompanyDetailID | integer |
None. |
|
| RTVType | string |
None. |
|
| ApprovalStatus | string |
None. |
|
| BatchId | string |
None. |
|
| CustomerWareHouseID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ConfigID": 1,
"Lastmodifieddate": "2025-12-16T11:04:52.6186238+00:00",
"RTVLocationID": 3,
"RTVReceivingLocationID": 4,
"InventoryType": "sample string 5",
"FrequencyType": "sample string 6",
"IsActive": true,
"RTVReceivingLocationName": "sample string 8",
"LastModifiedByName": "sample string 9",
"RTVLocationName": "sample string 10",
"LoginId": 11,
"CompanyDetailID": 12,
"RTVType": "sample string 13",
"ApprovalStatus": "sample string 14",
"BatchId": "sample string 15",
"CustomerWareHouseID": 16
}
application/xml, text/xml
Sample:
<AmazonAutoRTVViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BAL.ViewModel"> <ApprovalStatus>sample string 14</ApprovalStatus> <BatchId>sample string 15</BatchId> <CompanyDetailID>12</CompanyDetailID> <ConfigID>1</ConfigID> <CustomerWareHouseID>16</CustomerWareHouseID> <FrequencyType>sample string 6</FrequencyType> <InventoryType>sample string 5</InventoryType> <IsActive>true</IsActive> <LastModifiedByName>sample string 9</LastModifiedByName> <Lastmodifieddate>2025-12-16T11:04:52.6186238+00:00</Lastmodifieddate> <LoginId>11</LoginId> <RTVLocationID>3</RTVLocationID> <RTVLocationName>sample string 10</RTVLocationName> <RTVReceivingLocationID>4</RTVReceivingLocationID> <RTVReceivingLocationName>sample string 8</RTVReceivingLocationName> <RTVType>sample string 13</RTVType> </AmazonAutoRTVViewModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | 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. |