POST api/Invoice/PostOpenInvoice?ids={ids}&customerID={customerID}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
ids | string |
Required |
|
customerID | string |
Required |
Body Parameters
None.
Response Information
Resource Description
MessageName | Description | Type | Additional information |
---|---|---|---|
Code | string |
None. |
|
Messages | string |
None. |
|
Data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{ "Code": "sample string 1", "Messages": "sample string 2", "Data": {} }