POST api/InvoiceNumberFormat
Request Information
URI Parameters
None.
Body Parameters
InvoiceNumberFormatParam| Name | Description | Type | Additional information |
|---|---|---|---|
| Prefix | string |
None. |
|
| Separator | string |
None. |
|
| DynamicPrefix | string |
None. |
|
| NumberLength | integer |
None. |
|
| IsDefault | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Prefix": "sample string 1",
"Separator": "sample string 2",
"DynamicPrefix": "sample string 3",
"NumberLength": 4,
"IsDefault": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.