POST Api/DocumentWeighmentDetails

Request Information

URI Parameters

None.

Body Parameters

ESPL_MODEL_DOC_WGH_DETAILS
NameDescriptionTypeAdditional information
DocType

integer

None.

Docs

Collection of ESPL_MODEL_DOC_DETAILS

None.

Request Formats

application/json, text/json

Sample:
{
  "DocType": 1,
  "Docs": [
    {
      "DocEntry": 1
    },
    {
      "DocEntry": 1
    }
  ]
}

application/xml, text/xml

Sample:
<ESPL_MODEL_DOC_WGH_DETAILS xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ESPL_ERP_API">
  <DocType>1</DocType>
  <Docs>
    <ESPL_MODEL_DOC_DETAILS>
      <DocEntry>1</DocEntry>
    </ESPL_MODEL_DOC_DETAILS>
    <ESPL_MODEL_DOC_DETAILS>
      <DocEntry>1</DocEntry>
    </ESPL_MODEL_DOC_DETAILS>
  </Docs>
</ESPL_MODEL_DOC_WGH_DETAILS>

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.