POST api/Serie/StoreUserSerie

Request Information

URI Parameters

None.

Body Parameters

UserSerie
NameDescriptionTypeAdditional information
Id

integer

None.

Series

integer

None.

Type

string

None.

CompanyId

integer

None.

UserId

integer

None.

Status

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Series": 2,
  "Type": "sample string 3",
  "CompanyId": 4,
  "UserId": 5,
  "Status": true
}

application/xml, text/xml

Sample:
<UserSerie xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CLVSGGSERVONE.MODELS">
  <CompanyId>4</CompanyId>
  <Id>1</Id>
  <Series>2</Series>
  <Status>true</Status>
  <Type>sample string 3</Type>
  <UserId>5</UserId>
</UserSerie>

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.