POST api/CocBl/PostCOCCROContainer

Request Information

URI Parameters

None.

Body Parameters

CROCocConInput
NameDescriptionTypeAdditional information
BRO_ID

integer

None.

BRO_BKV_ID

integer

None.

BRO_CREATED_BY

integer

None.

CRO_CONT

Collection of BRC_BRO_CONTAINERS

None.

Request Formats

application/json, text/json

Sample:
{
  "BRO_ID": 1,
  "BRO_BKV_ID": 1,
  "BRO_CREATED_BY": 1,
  "CRO_CONT": [
    {
      "BRC_ID": 1,
      "BRC_CONT_ID": 1,
      "BRC_CONT_NUMBER": "sample string 1"
    },
    {
      "BRC_ID": 1,
      "BRC_CONT_ID": 1,
      "BRC_CONT_NUMBER": "sample string 1"
    }
  ]
}

application/xml, text/xml

Sample:
<CROCocConInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <BRO_BKV_ID>1</BRO_BKV_ID>
  <BRO_CREATED_BY>1</BRO_CREATED_BY>
  <BRO_ID>1</BRO_ID>
  <CRO_CONT>
    <BRC_BRO_CONTAINERS>
      <BRC_CONT_ID>1</BRC_CONT_ID>
      <BRC_CONT_NUMBER>sample string 1</BRC_CONT_NUMBER>
      <BRC_ID>1</BRC_ID>
    </BRC_BRO_CONTAINERS>
    <BRC_BRO_CONTAINERS>
      <BRC_CONT_ID>1</BRC_CONT_ID>
      <BRC_CONT_NUMBER>sample string 1</BRC_CONT_NUMBER>
      <BRC_ID>1</BRC_ID>
    </BRC_BRO_CONTAINERS>
  </CRO_CONT>
</CROCocConInput>

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.