POST api/configuration/DeliveryServiceMapping2
Request Information
URI Parameters
None.
Body Parameters
DeliveryServiceMapping2Dom| Name | Description | Type | Additional information |
|---|---|---|---|
| Rec_ID | integer |
None. |
|
| ShippingService | string |
None. |
|
| OutboundCourier | string |
None. |
|
| ServiceCode | string |
None. |
|
| PackageType | string |
None. |
|
| Enabled | boolean |
None. |
|
| CreatedBy | string |
None. |
|
| CreatedOn | string |
None. |
|
| Notes | string |
None. |
|
| Account | string |
None. |
|
| BranchCode | string |
None. |
|
| ChannelCode | string |
None. |
|
| IsVisible | boolean |
None. |
|
| ServiceCustomerUID | string |
None. |
|
| ServiceProviderId | string |
None. |
|
| ShippingCharges | decimal number |
None. |
|
| VATcode | string |
None. |
|
| SearchText | string |
None. |
|
| BranchName | string |
None. |
|
| Channel | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Rec_ID": 1,
"ShippingService": "sample string 2",
"OutboundCourier": "sample string 3",
"ServiceCode": "sample string 4",
"PackageType": "sample string 5",
"Enabled": true,
"CreatedBy": "sample string 7",
"CreatedOn": "sample string 8",
"Notes": "sample string 9",
"Account": "sample string 10",
"BranchCode": "sample string 11",
"ChannelCode": "sample string 12",
"IsVisible": true,
"ServiceCustomerUID": "sample string 14",
"ServiceProviderId": "sample string 15",
"ShippingCharges": 16.0,
"VATcode": "sample string 17",
"SearchText": "sample string 18",
"BranchName": "sample string 19",
"Channel": "sample string 20"
}
application/xml, text/xml
Sample:
<DeliveryServiceMapping2Dom xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Modulusv4.Domain"> <Account>sample string 10</Account> <BranchCode>sample string 11</BranchCode> <BranchName>sample string 19</BranchName> <Channel>sample string 20</Channel> <ChannelCode>sample string 12</ChannelCode> <CreatedBy>sample string 7</CreatedBy> <CreatedOn>sample string 8</CreatedOn> <Enabled>true</Enabled> <IsVisible>true</IsVisible> <Notes>sample string 9</Notes> <OutboundCourier>sample string 3</OutboundCourier> <PackageType>sample string 5</PackageType> <Rec_ID>1</Rec_ID> <SearchText>sample string 18</SearchText> <ServiceCode>sample string 4</ServiceCode> <ServiceCustomerUID>sample string 14</ServiceCustomerUID> <ServiceProviderId>sample string 15</ServiceProviderId> <ShippingCharges>16</ShippingCharges> <ShippingService>sample string 2</ShippingService> <VATcode>sample string 17</VATcode> </DeliveryServiceMapping2Dom>
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. |