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": "5cbf558f-2afa-45c8-8735-dc10d5352ac2", "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>5cbf558f-2afa-45c8-8735-dc10d5352ac2</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.