GET request/supplier/paymenttermscondition
Provides payment terms and condition information
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
PaymentTermsCreditName | Description | Type | Additional information |
---|---|---|---|
CreditScoreRate | integer |
None. |
|
LinkOfPaymentTerms | string |
None. |
|
PaymentTerms | Collection of PaymentTerms |
None. |
Response Formats
application/json, text/json
Sample:
{ "paymentTerms": [ { "id": 1, "name": "sample string 2", "isChecked": true }, { "id": 1, "name": "sample string 2", "isChecked": true } ], "creditScoreRate": 1, "linkOfPaymentTerms": "sample string 2" }
text/html
Sample:
{"paymentTerms":[{"id":1,"name":"sample string 2","isChecked":true},{"id":1,"name":"sample string 2","isChecked":true}],"creditScoreRate":1,"linkOfPaymentTerms":"sample string 2"}
application/xml, text/xml
Sample:
<PaymentTermsCredit xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CCSCommercialAPI.Models.SupplierDetails"> <CreditScoreRate>1</CreditScoreRate> <LinkOfPaymentTerms>sample string 2</LinkOfPaymentTerms> <PaymentTerms> <PaymentTerms> <Id>1</Id> <IsChecked>true</IsChecked> <Name>sample string 2</Name> </PaymentTerms> <PaymentTerms> <Id>1</Id> <IsChecked>true</IsChecked> <Name>sample string 2</Name> </PaymentTerms> </PaymentTerms> </PaymentTermsCredit>