POST public-api/ic/purchaseorder/update
This method edits an existing purchase order. It requires the Edit Purchase Order permission. It accepts a maximum of 500 records at a time. The Messages collection will contain a message with the Purchase order Number in the FieldName field. Negative ResultCode values signal failure.
Request Information
URI Parameters
None.
Body Parameters
Collection of PurchaseOrderInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| LastUpdatedDate | date |
None. |
|
| RowNumber | integer |
None. |
|
| OrderId | integer |
None. |
|
| PurchaseOrderNumber | string |
None. |
|
| DescriptionText | string |
None. |
|
| ReferenceNumber | string |
None. |
|
| DateStarted | date |
None. |
|
| DateDue | date |
None. |
|
| VendorNumber | string |
None. |
|
| OrderStatus | string |
None. |
|
| OrderStatusReasonCode | string |
None. |
|
| ShipMethod | string |
None. |
|
| PayMethod | string |
None. |
|
| ShippingCost | decimal number |
None. |
|
| TaxCost | decimal number |
None. |
|
| TotalCost | decimal number |
None. |
|
| ShipToContact | AddressInfo |
None. |
|
| VendorContact | AddressInfo |
None. |
|
| PurchaseOrderLines | Collection of PurchaseOrderLineInfo |
None. |
|
| PurchaseOrderNotes | Collection of NoteInfo |
None. |
|
| Quantity | decimal number |
None. |
|
| LocationId | integer |
None. |
|
| SiteName | string |
None. |
|
| ContainerId | integer |
None. |
|
| PurchaseDate | date |
None. |
|
| SupplierId | integer |
None. |
|
| SupplierName | string |
None. |
|
| PurchaseCost | decimal number |
None. |
|
| Accrual | decimal number |
None. |
|
| Outstanding | decimal number |
None. |
|
| CustomFields | Collection of DcfValueInfo |
None. |
|
| SupplierContact | OrderContactModel |
None. |
|
| Supplier | SupplierModel |
None. |
Request Formats
application/json
Sample:
[
{
"LastUpdatedDate": "2026-02-27T14:04:40.2702209+00:00",
"RowNumber": 1,
"OrderId": 2,
"PurchaseOrderNumber": "sample string 3",
"DescriptionText": "sample string 4",
"ReferenceNumber": "sample string 5",
"DateStarted": "2026-02-27T14:04:40.2702209+00:00",
"DateDue": "2026-02-27T14:04:40.2702209+00:00",
"VendorNumber": "sample string 6",
"OrderStatus": "sample string 7",
"OrderStatusReasonCode": "sample string 8",
"ShipMethod": "sample string 9",
"PayMethod": "sample string 10",
"ShippingCost": 11.0,
"TaxCost": 12.0,
"TotalCost": 13.0,
"ShipToContact": {
"AddressLine1": "sample string 1",
"AddressLine2": "sample string 2",
"AddressLine3": "sample string 3",
"AddressLine4": "sample string 4",
"AddressCity": "sample string 5",
"AddressStateProvince": "sample string 6",
"AddressCountry": "sample string 7",
"AddressPostalCode": "sample string 8",
"AddressTypeName": "sample string 9",
"ContactPhone": "sample string 10",
"ContactEmail": "sample string 11"
},
"VendorContact": {
"AddressLine1": "sample string 1",
"AddressLine2": "sample string 2",
"AddressLine3": "sample string 3",
"AddressLine4": "sample string 4",
"AddressCity": "sample string 5",
"AddressStateProvince": "sample string 6",
"AddressCountry": "sample string 7",
"AddressPostalCode": "sample string 8",
"AddressTypeName": "sample string 9",
"ContactPhone": "sample string 10",
"ContactEmail": "sample string 11"
},
"PurchaseOrderLines": [
{
"ItemNumber": "sample string 1",
"UomAbbreviation": "sample string 2",
"UomName": "sample string 3",
"ItemPrice": 4.0,
"GroupCode": "sample string 5",
"LineItemDescription": "sample string 6",
"VendorSku": "sample string 7",
"TaxCost": 8.0,
"ShippingCost": 9.0,
"TotalLineCost": 10.0,
"GrandTotalLineCost": 11.0,
"QuantityRequested": 12.0,
"QuantityComplete": 13.0
},
{
"ItemNumber": "sample string 1",
"UomAbbreviation": "sample string 2",
"UomName": "sample string 3",
"ItemPrice": 4.0,
"GroupCode": "sample string 5",
"LineItemDescription": "sample string 6",
"VendorSku": "sample string 7",
"TaxCost": 8.0,
"ShippingCost": 9.0,
"TotalLineCost": 10.0,
"GrandTotalLineCost": 11.0,
"QuantityRequested": 12.0,
"QuantityComplete": 13.0
}
],
"PurchaseOrderNotes": [
{
"NoteText": "sample string 1",
"NoteDate": "2026-02-27T14:04:40.2702209+00:00",
"UserLogon": "sample string 2"
},
{
"NoteText": "sample string 1",
"NoteDate": "2026-02-27T14:04:40.2702209+00:00",
"UserLogon": "sample string 2"
}
],
"Quantity": 1.0,
"LocationId": 1,
"SiteName": "sample string 14",
"ContainerId": 15,
"PurchaseDate": "2026-02-27T14:04:40.2702209+00:00",
"SupplierId": 1,
"SupplierName": "sample string 17",
"PurchaseCost": 18.0,
"Accrual": 1.0,
"Outstanding": 1.0,
"CustomFields": [
{
"ImportRowNumber": 1,
"DcfLabel": "sample string 2",
"DCFDataType": 1,
"DcfTextValue": "sample string 3",
"DcfNumberValue": 1.0,
"DcfDateValue": "2026-02-27T14:04:40.2702209+00:00",
"DcfValueRecordStatus": 0
},
{
"ImportRowNumber": 1,
"DcfLabel": "sample string 2",
"DCFDataType": 1,
"DcfTextValue": "sample string 3",
"DcfNumberValue": 1.0,
"DcfDateValue": "2026-02-27T14:04:40.2702209+00:00",
"DcfValueRecordStatus": 0
}
],
"SupplierContact": {
"ContactId": 1,
"NameLast": "sample string 2",
"NameFirst": "sample string 3",
"AddressLine1": "sample string 4",
"AddressLine2": "sample string 5",
"AddressLine3": "sample string 6",
"AddressLine4": "sample string 7",
"AddressCity": "sample string 8",
"AddressStateProvince": "sample string 9",
"AddressCountry": "sample string 10",
"AddressPostalCode": "sample string 11",
"ContactPhone": "sample string 12",
"ContactEmail": "sample string 13"
},
"Supplier": {
"ImportRowNumber": 1,
"SupplierId": 2,
"SupplierNumber": "sample string 3",
"SupplierName": "sample string 4",
"SupplierEmail": "sample string 5",
"SupplierWebsite": "sample string 6",
"SupplierContactName": "sample string 7",
"SupplierContactEmail": "sample string 8",
"SupplierRecordStatus": 9,
"SupplierUserId": "sample string 10",
"SupplierRowVersion": "QEA=",
"SupplierContactPhone": "sample string 11",
"AddressCity": "sample string 12",
"AddressState": "sample string 13",
"Address1": "sample string 14",
"AddressPostalCode": "sample string 15",
"Addresses": [
{
"AddressImportRowNumber": 1,
"AddressId": 2,
"AddressTypeId": 3,
"AddressAssociationId": 4,
"Address1": "sample string 5",
"Address2": "sample string 6",
"Address3": "sample string 7",
"Address4": "sample string 8",
"AddressCity": "sample string 9",
"AddressState": "sample string 10",
"AddressPostalCode": "sample string 11",
"AddressCountry": "sample string 12",
"AddressMailStop": "sample string 13",
"AddressTypeName": "sample string 14",
"AddressTypeLangLabel": "sample string 15",
"AddressTypeFormId": 16,
"AddressChangeType": 1,
"HdnAddressTypeId": 17,
"AddressRecordStatus": 18,
"AddressIsPrimary": true
},
{
"AddressImportRowNumber": 1,
"AddressId": 2,
"AddressTypeId": 3,
"AddressAssociationId": 4,
"Address1": "sample string 5",
"Address2": "sample string 6",
"Address3": "sample string 7",
"Address4": "sample string 8",
"AddressCity": "sample string 9",
"AddressState": "sample string 10",
"AddressPostalCode": "sample string 11",
"AddressCountry": "sample string 12",
"AddressMailStop": "sample string 13",
"AddressTypeName": "sample string 14",
"AddressTypeLangLabel": "sample string 15",
"AddressTypeFormId": 16,
"AddressChangeType": 1,
"HdnAddressTypeId": 17,
"AddressRecordStatus": 18,
"AddressIsPrimary": true
}
],
"ContactCell": {
"PhoneImportRowNumber": 1,
"PhoneId": 2,
"PhoneTypeId": 3,
"PhoneAssociationId": 4,
"PhoneNumber": "sample string 5",
"PhoneExtension": "sample string 6",
"PhoneTypeFormId": 1,
"PhoneTypeName": "sample string 7",
"PhoneTypeLangLabel": "sample string 8",
"PhoneChangeType": 1
},
"ContactFax": {
"PhoneImportRowNumber": 1,
"PhoneId": 2,
"PhoneTypeId": 3,
"PhoneAssociationId": 4,
"PhoneNumber": "sample string 5",
"PhoneExtension": "sample string 6",
"PhoneTypeFormId": 1,
"PhoneTypeName": "sample string 7",
"PhoneTypeLangLabel": "sample string 8",
"PhoneChangeType": 1
},
"ContactPhone": {
"PhoneImportRowNumber": 1,
"PhoneId": 2,
"PhoneTypeId": 3,
"PhoneAssociationId": 4,
"PhoneNumber": "sample string 5",
"PhoneExtension": "sample string 6",
"PhoneTypeFormId": 1,
"PhoneTypeName": "sample string 7",
"PhoneTypeLangLabel": "sample string 8",
"PhoneChangeType": 1
},
"Phone": {
"PhoneImportRowNumber": 1,
"PhoneId": 2,
"PhoneTypeId": 3,
"PhoneAssociationId": 4,
"PhoneNumber": "sample string 5",
"PhoneExtension": "sample string 6",
"PhoneTypeFormId": 1,
"PhoneTypeName": "sample string 7",
"PhoneTypeLangLabel": "sample string 8",
"PhoneChangeType": 1
},
"Fax": {
"PhoneImportRowNumber": 1,
"PhoneId": 2,
"PhoneTypeId": 3,
"PhoneAssociationId": 4,
"PhoneNumber": "sample string 5",
"PhoneExtension": "sample string 6",
"PhoneTypeFormId": 1,
"PhoneTypeName": "sample string 7",
"PhoneTypeLangLabel": "sample string 8",
"PhoneChangeType": 1
},
"SupplierNotes": [
{
"NoteText": "sample string 1",
"NoteDate": "2026-02-27T14:04:40.2702209+00:00",
"UserLogon": "sample string 2"
},
{
"NoteText": "sample string 1",
"NoteDate": "2026-02-27T14:04:40.2702209+00:00",
"UserLogon": "sample string 2"
}
],
"CustomFields": [
{
"ImportRowNumber": 1,
"DcfId": 2,
"DcfLabel": "sample string 3",
"DcfValueAssociationId": 4,
"DcfTextValue": "sample string 5",
"DcfNumberValue": 1.0,
"DcfDateValue": "2026-02-27T14:04:40.2702209+00:00",
"DcfValueRecordStatus": 6,
"AssetTypeIDFilter": 7,
"mobileFormId": 8,
"BackOrForwardingDcfId": 9
},
{
"ImportRowNumber": 1,
"DcfId": 2,
"DcfLabel": "sample string 3",
"DcfValueAssociationId": 4,
"DcfTextValue": "sample string 5",
"DcfNumberValue": 1.0,
"DcfDateValue": "2026-02-27T14:04:40.2702209+00:00",
"DcfValueRecordStatus": 6,
"AssetTypeIDFilter": 7,
"mobileFormId": 8,
"BackOrForwardingDcfId": 9
}
],
"AttachmentIdsToAdd": [
1,
2
],
"AttachmentIdsToDelete": [
1,
2
],
"AttachmentNames": [
{
"AttachmentData": "QEA=",
"AttachmentId": 1,
"FormId": 2,
"AssociationId": 3,
"AttachmentFileName": "sample string 4",
"AttachmentDataType": "sample string 5",
"AttachmentGuid": "sample string 6",
"AttachmentDataSize": 1,
"AttachmentUploadedDate": "2026-02-27T14:04:40.2702209+00:00",
"AttachmentUploadedBy": "9ed72980-1312-45e0-b41a-0d9c6460e126",
"UserName": "sample string 7",
"AttachmentUriPath": "sample string 8",
"AttachmentIsDefault": true,
"AttachmentIsReadOnly": true,
"HasAttachment": true,
"AttachmentMobileDownload": true,
"ApplicationId": 12
},
{
"AttachmentData": "QEA=",
"AttachmentId": 1,
"FormId": 2,
"AssociationId": 3,
"AttachmentFileName": "sample string 4",
"AttachmentDataType": "sample string 5",
"AttachmentGuid": "sample string 6",
"AttachmentDataSize": 1,
"AttachmentUploadedDate": "2026-02-27T14:04:40.2702209+00:00",
"AttachmentUploadedBy": "9ed72980-1312-45e0-b41a-0d9c6460e126",
"UserName": "sample string 7",
"AttachmentUriPath": "sample string 8",
"AttachmentIsDefault": true,
"AttachmentIsReadOnly": true,
"HasAttachment": true,
"AttachmentMobileDownload": true,
"ApplicationId": 12
}
],
"IsAutogeneratedSupplierNumber": true,
"NewDefaultAttachmentId": 1,
"HasAttachment": true,
"PayMethodId": 1,
"LastUpdated": "2026-02-27T14:04:40.2739781+00:00"
}
},
{
"LastUpdatedDate": "2026-02-27T14:04:40.2702209+00:00",
"RowNumber": 1,
"OrderId": 2,
"PurchaseOrderNumber": "sample string 3",
"DescriptionText": "sample string 4",
"ReferenceNumber": "sample string 5",
"DateStarted": "2026-02-27T14:04:40.2702209+00:00",
"DateDue": "2026-02-27T14:04:40.2702209+00:00",
"VendorNumber": "sample string 6",
"OrderStatus": "sample string 7",
"OrderStatusReasonCode": "sample string 8",
"ShipMethod": "sample string 9",
"PayMethod": "sample string 10",
"ShippingCost": 11.0,
"TaxCost": 12.0,
"TotalCost": 13.0,
"ShipToContact": {
"AddressLine1": "sample string 1",
"AddressLine2": "sample string 2",
"AddressLine3": "sample string 3",
"AddressLine4": "sample string 4",
"AddressCity": "sample string 5",
"AddressStateProvince": "sample string 6",
"AddressCountry": "sample string 7",
"AddressPostalCode": "sample string 8",
"AddressTypeName": "sample string 9",
"ContactPhone": "sample string 10",
"ContactEmail": "sample string 11"
},
"VendorContact": {
"AddressLine1": "sample string 1",
"AddressLine2": "sample string 2",
"AddressLine3": "sample string 3",
"AddressLine4": "sample string 4",
"AddressCity": "sample string 5",
"AddressStateProvince": "sample string 6",
"AddressCountry": "sample string 7",
"AddressPostalCode": "sample string 8",
"AddressTypeName": "sample string 9",
"ContactPhone": "sample string 10",
"ContactEmail": "sample string 11"
},
"PurchaseOrderLines": [
{
"ItemNumber": "sample string 1",
"UomAbbreviation": "sample string 2",
"UomName": "sample string 3",
"ItemPrice": 4.0,
"GroupCode": "sample string 5",
"LineItemDescription": "sample string 6",
"VendorSku": "sample string 7",
"TaxCost": 8.0,
"ShippingCost": 9.0,
"TotalLineCost": 10.0,
"GrandTotalLineCost": 11.0,
"QuantityRequested": 12.0,
"QuantityComplete": 13.0
},
{
"ItemNumber": "sample string 1",
"UomAbbreviation": "sample string 2",
"UomName": "sample string 3",
"ItemPrice": 4.0,
"GroupCode": "sample string 5",
"LineItemDescription": "sample string 6",
"VendorSku": "sample string 7",
"TaxCost": 8.0,
"ShippingCost": 9.0,
"TotalLineCost": 10.0,
"GrandTotalLineCost": 11.0,
"QuantityRequested": 12.0,
"QuantityComplete": 13.0
}
],
"PurchaseOrderNotes": [
{
"NoteText": "sample string 1",
"NoteDate": "2026-02-27T14:04:40.2702209+00:00",
"UserLogon": "sample string 2"
},
{
"NoteText": "sample string 1",
"NoteDate": "2026-02-27T14:04:40.2702209+00:00",
"UserLogon": "sample string 2"
}
],
"Quantity": 1.0,
"LocationId": 1,
"SiteName": "sample string 14",
"ContainerId": 15,
"PurchaseDate": "2026-02-27T14:04:40.2702209+00:00",
"SupplierId": 1,
"SupplierName": "sample string 17",
"PurchaseCost": 18.0,
"Accrual": 1.0,
"Outstanding": 1.0,
"CustomFields": [
{
"ImportRowNumber": 1,
"DcfLabel": "sample string 2",
"DCFDataType": 1,
"DcfTextValue": "sample string 3",
"DcfNumberValue": 1.0,
"DcfDateValue": "2026-02-27T14:04:40.2702209+00:00",
"DcfValueRecordStatus": 0
},
{
"ImportRowNumber": 1,
"DcfLabel": "sample string 2",
"DCFDataType": 1,
"DcfTextValue": "sample string 3",
"DcfNumberValue": 1.0,
"DcfDateValue": "2026-02-27T14:04:40.2702209+00:00",
"DcfValueRecordStatus": 0
}
],
"SupplierContact": {
"ContactId": 1,
"NameLast": "sample string 2",
"NameFirst": "sample string 3",
"AddressLine1": "sample string 4",
"AddressLine2": "sample string 5",
"AddressLine3": "sample string 6",
"AddressLine4": "sample string 7",
"AddressCity": "sample string 8",
"AddressStateProvince": "sample string 9",
"AddressCountry": "sample string 10",
"AddressPostalCode": "sample string 11",
"ContactPhone": "sample string 12",
"ContactEmail": "sample string 13"
},
"Supplier": {
"ImportRowNumber": 1,
"SupplierId": 2,
"SupplierNumber": "sample string 3",
"SupplierName": "sample string 4",
"SupplierEmail": "sample string 5",
"SupplierWebsite": "sample string 6",
"SupplierContactName": "sample string 7",
"SupplierContactEmail": "sample string 8",
"SupplierRecordStatus": 9,
"SupplierUserId": "sample string 10",
"SupplierRowVersion": "QEA=",
"SupplierContactPhone": "sample string 11",
"AddressCity": "sample string 12",
"AddressState": "sample string 13",
"Address1": "sample string 14",
"AddressPostalCode": "sample string 15",
"Addresses": [
{
"AddressImportRowNumber": 1,
"AddressId": 2,
"AddressTypeId": 3,
"AddressAssociationId": 4,
"Address1": "sample string 5",
"Address2": "sample string 6",
"Address3": "sample string 7",
"Address4": "sample string 8",
"AddressCity": "sample string 9",
"AddressState": "sample string 10",
"AddressPostalCode": "sample string 11",
"AddressCountry": "sample string 12",
"AddressMailStop": "sample string 13",
"AddressTypeName": "sample string 14",
"AddressTypeLangLabel": "sample string 15",
"AddressTypeFormId": 16,
"AddressChangeType": 1,
"HdnAddressTypeId": 17,
"AddressRecordStatus": 18,
"AddressIsPrimary": true
},
{
"AddressImportRowNumber": 1,
"AddressId": 2,
"AddressTypeId": 3,
"AddressAssociationId": 4,
"Address1": "sample string 5",
"Address2": "sample string 6",
"Address3": "sample string 7",
"Address4": "sample string 8",
"AddressCity": "sample string 9",
"AddressState": "sample string 10",
"AddressPostalCode": "sample string 11",
"AddressCountry": "sample string 12",
"AddressMailStop": "sample string 13",
"AddressTypeName": "sample string 14",
"AddressTypeLangLabel": "sample string 15",
"AddressTypeFormId": 16,
"AddressChangeType": 1,
"HdnAddressTypeId": 17,
"AddressRecordStatus": 18,
"AddressIsPrimary": true
}
],
"ContactCell": {
"PhoneImportRowNumber": 1,
"PhoneId": 2,
"PhoneTypeId": 3,
"PhoneAssociationId": 4,
"PhoneNumber": "sample string 5",
"PhoneExtension": "sample string 6",
"PhoneTypeFormId": 1,
"PhoneTypeName": "sample string 7",
"PhoneTypeLangLabel": "sample string 8",
"PhoneChangeType": 1
},
"ContactFax": {
"PhoneImportRowNumber": 1,
"PhoneId": 2,
"PhoneTypeId": 3,
"PhoneAssociationId": 4,
"PhoneNumber": "sample string 5",
"PhoneExtension": "sample string 6",
"PhoneTypeFormId": 1,
"PhoneTypeName": "sample string 7",
"PhoneTypeLangLabel": "sample string 8",
"PhoneChangeType": 1
},
"ContactPhone": {
"PhoneImportRowNumber": 1,
"PhoneId": 2,
"PhoneTypeId": 3,
"PhoneAssociationId": 4,
"PhoneNumber": "sample string 5",
"PhoneExtension": "sample string 6",
"PhoneTypeFormId": 1,
"PhoneTypeName": "sample string 7",
"PhoneTypeLangLabel": "sample string 8",
"PhoneChangeType": 1
},
"Phone": {
"PhoneImportRowNumber": 1,
"PhoneId": 2,
"PhoneTypeId": 3,
"PhoneAssociationId": 4,
"PhoneNumber": "sample string 5",
"PhoneExtension": "sample string 6",
"PhoneTypeFormId": 1,
"PhoneTypeName": "sample string 7",
"PhoneTypeLangLabel": "sample string 8",
"PhoneChangeType": 1
},
"Fax": {
"PhoneImportRowNumber": 1,
"PhoneId": 2,
"PhoneTypeId": 3,
"PhoneAssociationId": 4,
"PhoneNumber": "sample string 5",
"PhoneExtension": "sample string 6",
"PhoneTypeFormId": 1,
"PhoneTypeName": "sample string 7",
"PhoneTypeLangLabel": "sample string 8",
"PhoneChangeType": 1
},
"SupplierNotes": [
{
"NoteText": "sample string 1",
"NoteDate": "2026-02-27T14:04:40.2702209+00:00",
"UserLogon": "sample string 2"
},
{
"NoteText": "sample string 1",
"NoteDate": "2026-02-27T14:04:40.2702209+00:00",
"UserLogon": "sample string 2"
}
],
"CustomFields": [
{
"ImportRowNumber": 1,
"DcfId": 2,
"DcfLabel": "sample string 3",
"DcfValueAssociationId": 4,
"DcfTextValue": "sample string 5",
"DcfNumberValue": 1.0,
"DcfDateValue": "2026-02-27T14:04:40.2702209+00:00",
"DcfValueRecordStatus": 6,
"AssetTypeIDFilter": 7,
"mobileFormId": 8,
"BackOrForwardingDcfId": 9
},
{
"ImportRowNumber": 1,
"DcfId": 2,
"DcfLabel": "sample string 3",
"DcfValueAssociationId": 4,
"DcfTextValue": "sample string 5",
"DcfNumberValue": 1.0,
"DcfDateValue": "2026-02-27T14:04:40.2702209+00:00",
"DcfValueRecordStatus": 6,
"AssetTypeIDFilter": 7,
"mobileFormId": 8,
"BackOrForwardingDcfId": 9
}
],
"AttachmentIdsToAdd": [
1,
2
],
"AttachmentIdsToDelete": [
1,
2
],
"AttachmentNames": [
{
"AttachmentData": "QEA=",
"AttachmentId": 1,
"FormId": 2,
"AssociationId": 3,
"AttachmentFileName": "sample string 4",
"AttachmentDataType": "sample string 5",
"AttachmentGuid": "sample string 6",
"AttachmentDataSize": 1,
"AttachmentUploadedDate": "2026-02-27T14:04:40.2702209+00:00",
"AttachmentUploadedBy": "9ed72980-1312-45e0-b41a-0d9c6460e126",
"UserName": "sample string 7",
"AttachmentUriPath": "sample string 8",
"AttachmentIsDefault": true,
"AttachmentIsReadOnly": true,
"HasAttachment": true,
"AttachmentMobileDownload": true,
"ApplicationId": 12
},
{
"AttachmentData": "QEA=",
"AttachmentId": 1,
"FormId": 2,
"AssociationId": 3,
"AttachmentFileName": "sample string 4",
"AttachmentDataType": "sample string 5",
"AttachmentGuid": "sample string 6",
"AttachmentDataSize": 1,
"AttachmentUploadedDate": "2026-02-27T14:04:40.2702209+00:00",
"AttachmentUploadedBy": "9ed72980-1312-45e0-b41a-0d9c6460e126",
"UserName": "sample string 7",
"AttachmentUriPath": "sample string 8",
"AttachmentIsDefault": true,
"AttachmentIsReadOnly": true,
"HasAttachment": true,
"AttachmentMobileDownload": true,
"ApplicationId": 12
}
],
"IsAutogeneratedSupplierNumber": true,
"NewDefaultAttachmentId": 1,
"HasAttachment": true,
"PayMethodId": 1,
"LastUpdated": "2026-02-27T14:04:40.2739781+00:00"
}
}
]
Response Information
Resource Description
WaspResultOfResults| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Results |
None. |
|
| Messages | Collection of WtResult |
None. |
|
| BatchNumber | integer |
None. |
|
| HasError | boolean |
None. |
|
| HasHttpError | boolean |
None. |
|
| HasMessage | boolean |
None. |
|
| HasSuccessWithMoreDataRemaining | boolean |
None. |
|
| TotalRecordsLongCount | integer |
None. |
Response Formats
application/json
Sample:
{
"Data": {
"ResultList": [
{
"ResultCode": 0,
"Message": "sample string 1",
"HttpStatusCode": 200,
"FieldName": "sample string 2"
},
{
"ResultCode": 0,
"Message": "sample string 1",
"HttpStatusCode": 200,
"FieldName": "sample string 2"
}
],
"SuccessfullResults": 1,
"TotalResults": 2,
"ErrorCount": 0
},
"Messages": [
{
"ResultCode": 0,
"Message": "sample string 1",
"HttpStatusCode": 200,
"FieldName": "sample string 2"
},
{
"ResultCode": 0,
"Message": "sample string 1",
"HttpStatusCode": 200,
"FieldName": "sample string 2"
}
],
"BatchNumber": 1,
"HasError": false,
"HasHttpError": false,
"HasMessage": true,
"HasSuccessWithMoreDataRemaining": false,
"TotalRecordsLongCount": 1
}