POST api/admin/ASOSUS/Tax
Request Information
URI Parameters
None.
Body Parameters
Collection of PaymentRequestTaxInformationName | Description | Type | Additional information |
---|---|---|---|
Tax_Code | string |
None. |
|
Tax_Description | string |
None. |
|
Tax_CountryOfOrigin | string |
None. |
|
Tax_UnitPrice | decimal number |
None. |
|
Tax_CurrencyCode | string |
None. |
|
Tax_Quantity | integer |
None. |
|
Tax_VolumeM3 | decimal number |
None. |
|
Tax_WeightKg | decimal number |
None. |
|
Tax_Ref1 | decimal number |
None. |
|
Tax_Ref2 | decimal number |
None. |
|
Tax_Ref3 | decimal number |
None. |
|
SKU | string |
None. |
Request Formats
application/json, text/json
Sample:
[ { "Tax_Code": "sample string 1", "Tax_Description": "sample string 2", "Tax_CountryOfOrigin": "sample string 3", "Tax_UnitPrice": 1.0, "Tax_CurrencyCode": "sample string 4", "Tax_Quantity": 1, "Tax_VolumeM3": 1.0, "Tax_WeightKg": 1.0, "Tax_Ref1": 1.0, "Tax_Ref2": 1.0, "Tax_Ref3": 1.0, "SKU": "sample string 5" }, { "Tax_Code": "sample string 1", "Tax_Description": "sample string 2", "Tax_CountryOfOrigin": "sample string 3", "Tax_UnitPrice": 1.0, "Tax_CurrencyCode": "sample string 4", "Tax_Quantity": 1, "Tax_VolumeM3": 1.0, "Tax_WeightKg": 1.0, "Tax_Ref1": 1.0, "Tax_Ref2": 1.0, "Tax_Ref3": 1.0, "SKU": "sample string 5" } ]
application/xml, text/xml
Sample:
<ArrayOfPRS.PaymentRequestTaxInformation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PortalEntities.Models"> <PRS.PaymentRequestTaxInformation> <SKU>sample string 5</SKU> <Tax_Code>sample string 1</Tax_Code> <Tax_CountryOfOrigin>sample string 3</Tax_CountryOfOrigin> <Tax_CurrencyCode>sample string 4</Tax_CurrencyCode> <Tax_Description>sample string 2</Tax_Description> <Tax_Quantity>1</Tax_Quantity> <Tax_Ref1>1</Tax_Ref1> <Tax_Ref2>1</Tax_Ref2> <Tax_Ref3>1</Tax_Ref3> <Tax_UnitPrice>1</Tax_UnitPrice> <Tax_VolumeM3>1</Tax_VolumeM3> <Tax_WeightKg>1</Tax_WeightKg> </PRS.PaymentRequestTaxInformation> <PRS.PaymentRequestTaxInformation> <SKU>sample string 5</SKU> <Tax_Code>sample string 1</Tax_Code> <Tax_CountryOfOrigin>sample string 3</Tax_CountryOfOrigin> <Tax_CurrencyCode>sample string 4</Tax_CurrencyCode> <Tax_Description>sample string 2</Tax_Description> <Tax_Quantity>1</Tax_Quantity> <Tax_Ref1>1</Tax_Ref1> <Tax_Ref2>1</Tax_Ref2> <Tax_Ref3>1</Tax_Ref3> <Tax_UnitPrice>1</Tax_UnitPrice> <Tax_VolumeM3>1</Tax_VolumeM3> <Tax_WeightKg>1</Tax_WeightKg> </PRS.PaymentRequestTaxInformation> </ArrayOfPRS.PaymentRequestTaxInformation>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of stringResponse Formats
application/json, text/json
Sample:
[ "sample string 1", "sample string 2" ]
application/xml, text/xml
Sample:
<ArrayOfstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <string>sample string 1</string> <string>sample string 2</string> </ArrayOfstring>