GET
api/v1/get-seller-payment-terms
Request Information
None.
Response Information
Description:
Return type: Collection of SellerPaymentTerms
Response Formats
application/json, text/json
[
{
"Id": 1,
"Name": "sample string 2",
"isActive": true,
"IsLogicalDeleted": true
},
{
"Id": 1,
"Name": "sample string 2",
"isActive": true,
"IsLogicalDeleted": true
}
]
text/html
[{"Id":1,"Name":"sample string 2","isActive":true,"IsLogicalDeleted":true},{"Id":1,"Name":"sample string 2","isActive":true,"IsLogicalDeleted":true}]
application/xml, text/xml
<ArrayOfSellerPaymentTerms xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.Seller">
<SellerPaymentTerms>
<Id>1</Id>
<IsLogicalDeleted>true</IsLogicalDeleted>
<Name>sample string 2</Name>
<isActive>true</isActive>
</SellerPaymentTerms>
<SellerPaymentTerms>
<Id>1</Id>
<IsLogicalDeleted>true</IsLogicalDeleted>
<Name>sample string 2</Name>
<isActive>true</isActive>
</SellerPaymentTerms>
</ArrayOfSellerPaymentTerms>
