POST v1/Generic/EnableInvoicing
Request Information
URI Parameters
None.
Body Parameters
EnableInvoicingRequestName | Description | Type | Additional information |
---|---|---|---|
Active | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "Active": true }
application/xml, text/xml
Sample:
<EnableInvoicingRequest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <Active>true</Active> </EnableInvoicingRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string>sample string 1</string>