POST api/Contact/CheckCreditLimit
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| param | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"ContactId": "637e71bf-5076-40c8-9918-0ea3b033d060",
"TotalAmount": 2.1,
"AmountCurrency": "sample string 3",
"TenantId": "sample string 4"
}
application/xml, text/xml
Sample:
<CheckCreiditLimitDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EdgeServices.Interface.DTO"> <AmountCurrency>sample string 3</AmountCurrency> <ContactId>637e71bf-5076-40c8-9918-0ea3b033d060</ContactId> <TenantId>sample string 4</TenantId> <TotalAmount>2.1</TotalAmount> </CheckCreiditLimitDTO>
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.