POST api/Company/UpdateViewLineAgrupation

Request Information

URI Parameters

None.

Body Parameters

ViewLinesAgrupationList
NameDescriptionTypeAdditional information
viewLineAgrupationList

Collection of GroupLine

None.

Request Formats

application/json, text/json

Sample:
{
  "viewLineAgrupationList": [
    {
      "Id": 1,
      "CodNum": 2,
      "NameView": "sample string 3",
      "isGroup": true,
      "LineMode": true
    },
    {
      "Id": 1,
      "CodNum": 2,
      "NameView": "sample string 3",
      "isGroup": true,
      "LineMode": true
    }
  ]
}

application/xml, text/xml

Sample:
<ViewLinesAgrupationList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CLVSPOS.MODELS">
  <viewLineAgrupationList xmlns:d2p1="http://schemas.datacontract.org/2004/07/CLVSSUPER.MODELS">
    <d2p1:GroupLine>
      <d2p1:CodNum>2</d2p1:CodNum>
      <d2p1:Id>1</d2p1:Id>
      <d2p1:LineMode>true</d2p1:LineMode>
      <d2p1:NameView>sample string 3</d2p1:NameView>
      <d2p1:isGroup>true</d2p1:isGroup>
    </d2p1:GroupLine>
    <d2p1:GroupLine>
      <d2p1:CodNum>2</d2p1:CodNum>
      <d2p1:Id>1</d2p1:Id>
      <d2p1:LineMode>true</d2p1:LineMode>
      <d2p1:NameView>sample string 3</d2p1:NameView>
      <d2p1:isGroup>true</d2p1:isGroup>
    </d2p1:GroupLine>
  </viewLineAgrupationList>
</ViewLinesAgrupationList>

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.