POST api/v1/{posId}/noseriesfrompos

Request Information

URI Parameters

NameDescriptionTypeAdditional information
posId

string

None.

Body Parameters

Collection of NoSerie
NameDescriptionTypeAdditional information
Code

string

None.

LastUsedNo

integer

None.

Prefix

string

None.

StoreID

string

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "Code": "sample string 1",
    "LastUsedNo": 1,
    "Prefix": "sample string 2",
    "StoreID": "sample string 3"
  },
  {
    "Code": "sample string 1",
    "LastUsedNo": 1,
    "Prefix": "sample string 2",
    "StoreID": "sample string 3"
  }
]

text/html

Sample:
[{"Code":"sample string 1","LastUsedNo":1,"Prefix":"sample string 2","StoreID":"sample string 3"},{"Code":"sample string 1","LastUsedNo":1,"Prefix":"sample string 2","StoreID":"sample string 3"}]

application/x-www-form-urlencoded

Sample:

Sample not available.

application/xml, text/xml

Sample:
<Root>
  <Data>
    <Code>sample string 1</Code>
    <LastUsedNo>1</LastUsedNo>
    <Prefix>sample string 2</Prefix>
    <StoreID>sample string 3</StoreID>
  </Data>
  <Data>
    <Code>sample string 1</Code>
    <LastUsedNo>1</LastUsedNo>
    <Prefix>sample string 2</Prefix>
    <StoreID>sample string 3</StoreID>
  </Data>
</Root>

application/csv

Sample:

Sample not available.

text/csv

Sample:

Sample not available.

Response Information

Resource Description

None.