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": "4e6f28e3-6898-4f1c-a45f-87176b13af28", "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>4e6f28e3-6898-4f1c-a45f-87176b13af28</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.