GET api/suppliers/terms/OnContentSet/{isOnContentSet}?supplierId={supplierId}&dealId={dealId}
Get Terms And Conditions
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| supplierId |
Supplier Id |
integer |
Required |
| isOnContentSet |
Turn On to use ContentSet options |
boolean |
Required |
| dealId |
Deal Id |
integer |
None. |
Body Parameters
None.
Response Information
Terms And Conditions
| Name | Description | Type | Additional information |
|---|---|---|---|
| SupplierTerms |
Supplier Terms |
string |
None. |
| DealTerms |
Deal Terms |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"supplierTerms": "sample string 1",
"dealTerms": "sample string 2"
}