object AddPurchaseOrderAttachmentOutput

Fields

FieldTypeDescription
request_idString

Public API request ID that identifies the related record.

complexityInt

Complexity as a numeric value.

attachmentPurchaseOrderAttachment

Attachment associated with this purchase order attachment.

Referenced By

Example

{
  "request_id": "UmVjb3JkOjEyMzQ=",
  "complexity": 100,
  "attachment": {id: "T3JkZXI6MTIzNA==", order_number: "SO-100045"}
}