Authorization is Required

GET api/purchaseOrders/{sapCustomerType}/{parentId}/{id}

Get an purchaseOrder by Id

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

Id of purchaseOrder to get

string

Required

parentId

The parent id

string

Required

sapCustomerType

The parent type

SapCustomerType

Required

Body Parameters

None.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:
{
  "purchaseOrderNumber": "sample string 1",
  "sapCustomerNumber": "sample string 2",
  "sapCustomerType": 0,
  "expirationMonth": "sample string 3",
  "expirationYear": "sample string 4",
  "internalReferenceNumber": "sample string 5",
  "dateCreated": "2026-04-20T22:33:38.8275764+00:00",
  "dateLastChanged": "2026-04-20T22:33:38.8275764+00:00",
  "createdBy": "sample string 8",
  "changedBy": "sample string 9",
  "id": "sample string 10",
  "description": "sample string 11",
  "returnMessages": [
    {
      "resultCode": 0,
      "id": "sample string 1",
      "number": "sample string 2",
      "message": "sample string 3",
      "message1": "sample string 4",
      "message2": "sample string 5",
      "message3": "sample string 6",
      "message4": "sample string 7"
    },
    {
      "resultCode": 0,
      "id": "sample string 1",
      "number": "sample string 2",
      "message": "sample string 3",
      "message1": "sample string 4",
      "message2": "sample string 5",
      "message3": "sample string 6",
      "message4": "sample string 7"
    }
  ]
}