POST Api/GetSalesOrderItemForAR

Request Information

URI Parameters

None.

Body Parameters

Collection of ESPL_MODEL_DOCUMENT_DETAILS_FOR_ITEM
NameDescriptionTypeAdditional information
DocEntry

integer

None.

ObjType

integer

None.

BPCode

string

None.

ItemCode

string

None.

TotalValue

decimal number

None.

StandAloneGRPO

integer

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "DocEntry": 1,
    "ObjType": 2,
    "BPCode": "sample string 3",
    "ItemCode": "sample string 4",
    "TotalValue": 5.1,
    "StandAloneGRPO": 6
  },
  {
    "DocEntry": 1,
    "ObjType": 2,
    "BPCode": "sample string 3",
    "ItemCode": "sample string 4",
    "TotalValue": 5.1,
    "StandAloneGRPO": 6
  }
]

application/xml, text/xml

Sample:
<ArrayOfESPL_MODEL_DOCUMENT_DETAILS_FOR_ITEM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ESPL_ERP_API">
  <ESPL_MODEL_DOCUMENT_DETAILS_FOR_ITEM>
    <BPCode>sample string 3</BPCode>
    <DocEntry>1</DocEntry>
    <ItemCode>sample string 4</ItemCode>
    <ObjType>2</ObjType>
    <StandAloneGRPO>6</StandAloneGRPO>
    <TotalValue>5.1</TotalValue>
  </ESPL_MODEL_DOCUMENT_DETAILS_FOR_ITEM>
  <ESPL_MODEL_DOCUMENT_DETAILS_FOR_ITEM>
    <BPCode>sample string 3</BPCode>
    <DocEntry>1</DocEntry>
    <ItemCode>sample string 4</ItemCode>
    <ObjType>2</ObjType>
    <StandAloneGRPO>6</StandAloneGRPO>
    <TotalValue>5.1</TotalValue>
  </ESPL_MODEL_DOCUMENT_DETAILS_FOR_ITEM>
</ArrayOfESPL_MODEL_DOCUMENT_DETAILS_FOR_ITEM>

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.