POST api/Series/CreateNewSerie

Request Information

URI Parameters

None.

Body Parameters

NumberingSeriesModel
NameDescriptionTypeAdditional information
Id

integer

None.

Name

string

None.

DocType

integer

None.

Numbering

integer

None.

Serie

integer

None.

CompanyId

integer

None.

Active

boolean

None.

typeName

string

None.

CompanyName

string

None.

Type

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Name": "sample string 2",
  "DocType": 3,
  "Numbering": 4,
  "Serie": 5,
  "CompanyId": 6,
  "Active": true,
  "typeName": "sample string 8",
  "CompanyName": "sample string 9",
  "Type": 10
}

application/xml, text/xml

Sample:
<NumberingSeriesModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CLVSPOS.MODELS">
  <Active>true</Active>
  <CompanyId>6</CompanyId>
  <CompanyName>sample string 9</CompanyName>
  <DocType>3</DocType>
  <Id>1</Id>
  <Name>sample string 2</Name>
  <Numbering>4</Numbering>
  <Serie>5</Serie>
  <Type>10</Type>
  <typeName>sample string 8</typeName>
</NumberingSeriesModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.