POST api/Contact/PostIsInvoiceUnsetteled
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": "9c6c8c6a-9a48-4568-b681-d132111999cd",
"IsInvoiceUnsettled": "sample string 2",
"Amount": 3.1,
"Ccy": "sample string 4",
"ConvertSource": "sample string 5"
}
application/xml, text/xml
Sample:
<ContactController.IsInvoiceUnsettledParam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EdgeServices.Interface.Controllers"> <Amount>3.1</Amount> <Ccy>sample string 4</Ccy> <ContactId>9c6c8c6a-9a48-4568-b681-d132111999cd</ContactId> <ConvertSource>sample string 5</ConvertSource> <IsInvoiceUnsettled>sample string 2</IsInvoiceUnsettled> </ContactController.IsInvoiceUnsettledParam>
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.