GET api/v1/get-seller-payment-terms

Request Information

None.

Response Information

Description:

Return type: Collection of SellerPaymentTerms

Response Formats
[
  {
    "Id": 1,
    "Name": "sample string 2",
    "isActive": true,
    "IsLogicalDeleted": true
  },
  {
    "Id": 1,
    "Name": "sample string 2",
    "isActive": true,
    "IsLogicalDeleted": true
  }
]
[{"Id":1,"Name":"sample string 2","isActive":true,"IsLogicalDeleted":true},{"Id":1,"Name":"sample string 2","isActive":true,"IsLogicalDeleted":true}]
<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>