POST Api/PostProcessApproval

Request Information

URI Parameters

None.

Body Parameters

ESPL_MODEL_BP_APRVHDR
NameDescriptionTypeAdditional information
Approvals

Collection of ESPL_MODEL_BP_APRVDTLS

None.

Request Formats

application/json, text/json

Sample:
{
  "Approvals": [
    {
      "BPCode": "sample string 1",
      "AprovalStatus": "sample string 1",
      "DocEntry": "sample string 2",
      "LineID": "sample string 3",
      "AprovalRemark": "sample string 4",
      "DraftEntry": "sample string 5",
      "DraftObjType": "sample string 6"
    },
    {
      "BPCode": "sample string 1",
      "AprovalStatus": "sample string 1",
      "DocEntry": "sample string 2",
      "LineID": "sample string 3",
      "AprovalRemark": "sample string 4",
      "DraftEntry": "sample string 5",
      "DraftObjType": "sample string 6"
    }
  ]
}

application/xml, text/xml

Sample:
<ESPL_MODEL_BP_APRVHDR xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ESPL_ERP_API">
  <Approvals>
    <ESPL_MODEL_BP_APRVDTLS>
      <AprovalRemark>sample string 4</AprovalRemark>
      <AprovalStatus>sample string 1</AprovalStatus>
      <BPCode>sample string 1</BPCode>
      <DocEntry>sample string 2</DocEntry>
      <DraftEntry>sample string 5</DraftEntry>
      <DraftObjType>sample string 6</DraftObjType>
      <LineID>sample string 3</LineID>
    </ESPL_MODEL_BP_APRVDTLS>
    <ESPL_MODEL_BP_APRVDTLS>
      <AprovalRemark>sample string 4</AprovalRemark>
      <AprovalStatus>sample string 1</AprovalStatus>
      <BPCode>sample string 1</BPCode>
      <DocEntry>sample string 2</DocEntry>
      <DraftEntry>sample string 5</DraftEntry>
      <DraftObjType>sample string 6</DraftObjType>
      <LineID>sample string 3</LineID>
    </ESPL_MODEL_BP_APRVDTLS>
  </Approvals>
</ESPL_MODEL_BP_APRVHDR>

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.