POST PurchaseClaim/CreateClaimFromRcvLine

Request Information

URI Parameters

None.

Body Parameters

XS.CoreApi.Pentagon.Model.XS_ConvertFromParams
NameDescriptionTypeAdditional information
ParentDocNo

integer

None.

ParentLineNo

decimal number

None.

ParentDocCategory

string

None.

ChildDocType

string

None.

ChildDocStatus

integer

None.

CreatedBy

string

None.

AppName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ParentDocNo": 1,
  "ParentLineNo": 2.0,
  "ParentDocCategory": "sample string 3",
  "ChildDocType": "sample string 4",
  "ChildDocStatus": 1,
  "CreatedBy": "sample string 5",
  "AppName": "sample string 6"
}

application/xml, text/xml

Sample:
<XS_ConvertFromParams xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/XS.CoreApi.Pentagon.Model">
  <AppName>sample string 6</AppName>
  <ChildDocStatus>1</ChildDocStatus>
  <ChildDocType>sample string 4</ChildDocType>
  <CreatedBy>sample string 5</CreatedBy>
  <ParentDocCategory>sample string 3</ParentDocCategory>
  <ParentDocNo>1</ParentDocNo>
  <ParentLineNo>2</ParentLineNo>
</XS_ConvertFromParams>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

System.Net.Http.HttpResponseMessage
NameDescriptionTypeAdditional information
Version

System.Version

None.

Content

System.Net.Http.HttpContent

None.

StatusCode

System.Net.HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

System.Net.Http.HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.