POST api/NumberingSeries/HandlePostOrPut?userMappId={userMappId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
userMappId

integer

Required

Body Parameters

SerieWithFESerie
NameDescriptionTypeAdditional information
FESerie

FESerie

None.

Id

integer

None.

Name

string

None.

DocType

integer

None.

SerieSAP

integer

None.

FESerieId

integer

None.

CompanyId

integer

None.

Type

integer

None.

Share

boolean

None.

GenerationType

integer

None.

NextNumber

integer

None.

Active

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "FESerie": {
    "Id": 1,
    "Name": "sample string 2",
    "Sucursal": 3,
    "Terminal": 4,
    "DocType": "sample string 5",
    "NextNumber": 6,
    "Active": true
  },
  "Id": 1,
  "Name": "sample string 2",
  "DocType": 3,
  "SerieSAP": 4,
  "FESerieId": 1,
  "CompanyId": 1,
  "Type": 5,
  "Share": true,
  "GenerationType": 7,
  "NextNumber": 8,
  "Active": 9
}

application/xml, text/xml

Sample:
<SerieWithFESerie xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ROUTE.MODELS">
  <Active>9</Active>
  <CompanyId>1</CompanyId>
  <DocType>3</DocType>
  <FESerieId>1</FESerieId>
  <GenerationType>7</GenerationType>
  <Id>1</Id>
  <Name>sample string 2</Name>
  <NextNumber>8</NextNumber>
  <SerieSAP>4</SerieSAP>
  <Share>true</Share>
  <Type>5</Type>
  <FESerie>
    <Active>true</Active>
    <DocType>sample string 5</DocType>
    <Id>1</Id>
    <Name>sample string 2</Name>
    <NextNumber>6</NextNumber>
    <Sucursal>3</Sucursal>
    <Terminal>4</Terminal>
  </FESerie>
</SerieWithFESerie>

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.