POST api/InvoiceNumberFormat

Request Information

URI Parameters

None.

Body Parameters

InvoiceNumberFormatParam
NameDescriptionTypeAdditional 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

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.