POST public-api/ic/purchaseorder/AutoReceiveFromASNContainerIds
This method auto-receives purchase order lines directly from the supplied container ids (license plate numbers). Each container id is resolved to the open purchase order whose preliminary (Advance Shipping Notice) track-by information references it, and only the quantities staged under that container are received. Null, empty, and whitespace-only entries are ignored, and duplicate container ids are processed only once regardless of letter case. A container id that matches no order is reported with an invalid-container-id message and the remaining container ids are still processed. A container id that matches more than one order is reported as a duplicate order number and processing stops. A container id that was already received is reported as a prior request already completed and is skipped. Note: This is a Post API to avoid limitations inherent to passing parameters on the URL.
Request Information
URI Parameters
None.
Body Parameters
Collection of stringRequest Formats
application/json
[ "sample string 1", "sample string 2" ]
Response Information
Resource Description
WaspResultOfListOfPurchaseOrderModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Data |
Type specific result that always depends on the function called. |
Collection of PurchaseOrderModel |
None. |
| Messages |
List of Messages. All APIs should return messages. If an API function returns an error you can find more information about the error or errors in this collection of messages. |
Collection of WtResult |
None. |
| BatchNumber |
This is a global batch number generated by a mass group of transaction records to be returned to the consumer on each call to rolling transaction rules. This requests that each group of Move/Add/Remove transaction batches is tied together. In prior products (such as Mobile Asset Cloud), all are set to null and the only time when the batch number is generated is for multiple check-out transactions but the old is to generate for each responsible party. |
integer |
None. |
| HasError |
True if an API function result has an error message in the results. If this is false, the function succeeded but other informative messages may be available. |
boolean |
None. |
| HasHttpError |
True if an API function call could not be fully posted to the server or the results could not be fully returned. |
boolean |
None. |
| HasMessage |
True if any message is available. |
boolean |
None. |
| HasSuccessWithMoreDataRemaining |
True if the server sent part of the data and there is more data available. Use with paging APIs to fetch data one page at a time. |
boolean |
None. |
| TotalRecordsLongCount |
This is the total number of records available in the database based on the query and filer conditions provided. It is possible that the value can change from call to call as users add and delete records so this should not be used to page through multiple recordsets of data. This is used, for example, to set relative scroll bar sizes. When paging through data using functions like the assetadvancedinfosearch, calculating TotalRecordsLongCount for every page full of data is an time-consuming operation. To avoid that extra calculation, and help prevent throttling, assign TotalRecordsLongCount to TotalCountFromPriorFetch in the AdvancedSearchParameters to skip recalculating this total page count and to page thru the records faster. |
integer |
None. |
Response Formats
application/json
{
"Data": [
{
"SupplierId": 1,
"IsDropShip": true,
"SupplierContactId": 1,
"ShipToContactId": 1,
"BillToContactId": 1,
"ShipMethodId": 1,
"PayMethodId": 1,
"ShippingCost": 1.0,
"HandlingCost": 1.0,
"TaxCost": 1.0,
"action": 0,
"quantityStatus": 0,
"isReceiving": true,
"DescriptionText": "sample string 2",
"IsAutoPurchaseOrderNumber": true,
"ShipToContact": {
"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"
},
"BillToContact": {
"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"
},
"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"
},
"IsCumulativeNotes": true,
"OrderSiteName": "sample string 5",
"Accrual": 44.0,
"Outstanding": -6.0,
"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-09-13T12:29:23.5432512+00:00",
"UserLogon": "sample string 2"
},
{
"NoteText": "sample string 1",
"NoteDate": "2026-09-13T12:29:23.5432512+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-09-13T12:29:23.5432512+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-09-13T12:29:23.5432512+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-09-13T12:29:23.5432512+00:00",
"AttachmentUploadedBy": "423dfc6e-5ef4-4582-896b-c47b40154c9f",
"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-09-13T12:29:23.5432512+00:00",
"AttachmentUploadedBy": "423dfc6e-5ef4-4582-896b-c47b40154c9f",
"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-09-13T12:29:23.5432512+00:00"
},
"PayMethod": "sample string 6",
"ShipMethod": "sample string 7",
"ImportRowNumber": 8,
"OrderId": 9,
"OrderNumber": "sample string 10",
"OrderSiteId": 1,
"OrderLocationId": 1,
"OrderTypeId": 0,
"OrderStatusId": 1,
"OrderStatus": "sample string 11",
"OrderStatusReasonCodeId": 0,
"OrderSourceId": 0,
"OrderSourceText": "sample string 12",
"OrderPriorityId": 0,
"AssignedUserId": "28f0bf49-41fb-4716-99a9-9d8627069099",
"DateStarted": "2026-09-13T12:29:23.5432512+00:00",
"DateDue": "2026-09-13T12:29:23.5432512+00:00",
"DateComplete": "2026-09-13T12:29:23.5432512+00:00",
"ReferenceNumber": "sample string 13",
"OrderNotes": [
{
"NoteText": "sample string 1",
"NoteDate": "2026-09-13T12:29:23.5432512+00:00",
"UserLogon": "sample string 2"
},
{
"NoteText": "sample string 1",
"NoteDate": "2026-09-13T12:29:23.5432512+00:00",
"UserLogon": "sample string 2"
}
],
"RowVersion": "QEA=",
"OrderRecordStatus": 14,
"OrderCodes": [
{
"OrderOrderCodeId": 1,
"OrderId": 2,
"OrderCodeId": 3,
"RecordStatus": 0
},
{
"OrderOrderCodeId": 1,
"OrderId": 2,
"OrderCodeId": 3,
"RecordStatus": 0
}
],
"TotalCost": 1.0,
"GrandTotalCost": 1.0,
"TotalQuantityRequested": 15.0,
"TotalQuantityComplete": 16.0,
"DiscountTypeId": 1,
"DiscountAmount": 1.0,
"OrderLines": [
{
"ToLocationId": 1,
"ToContainerId": 1,
"LatestTransactionLocationId": 1,
"LatestTransactionContainerId": 1,
"LatestTransactionLocationCode": "sample string 1",
"LatestTransactionSiteId": 1,
"LatestTransactionQuantity": 1.0,
"ItemType": "sample string 2",
"ItemName": "sample string 3",
"ContainerId": "sample string 4",
"SupplierSku": "sample string 5",
"ItemDescription": "sample string 6",
"TaxCost": 1.0,
"ShippingCost": 1.0,
"HandlingCost": 1.0,
"GrandTotalLineCost": 1.0,
"UomAbbreviation": "sample string 7",
"UomName": "sample string 8",
"OrderedQuantityText": "sample string 9",
"ReceivedQuanityText": "sample string 10",
"IsFromShipment": true,
"ParentContainerId": "sample string 12",
"SiteId": 13,
"GroupCode": "sample string 14",
"AssetTypeDisplayText": "sample string 15",
"OrderLineId": 16,
"OrderId": 17,
"AssetId": 18,
"OrderStatusId": 1,
"OrderStatusReasonCodeId": 0,
"QuantityRequested": 19.0,
"ActualQuantityRequested": 20.0,
"CurrentQuantityComplete": 21.0,
"QuantityComplete": 22.0,
"QuantityAdjusted": 23.0,
"QuantityInvoiced": 24.0,
"QuantityAvailable": 25.0,
"UomId": 26,
"BaseUomId": 27,
"OrderUomId": 28,
"ItemTypeId": 2147483635,
"Unit": "sample string 29",
"BaseUnitAbbreviation": "sample string 30",
"OrderUnitAbbreviation": "sample string 31",
"BaseUnitName": "sample string 32",
"OrderUnitName": "sample string 33",
"CreatedById": "fc297579-147a-43d8-9b71-eff10334b47e",
"UpdatedById": "d7f49738-7887-4f7c-bf42-e6e02e0006d8",
"CreateDate": "2026-09-13T12:29:23.5432512+00:00",
"UpdateDate": "2026-09-13T12:29:23.5432512+00:00",
"RowVersion": "QEA=",
"DiscountTypeId": 1,
"DiscountAmount": 1.0,
"ItemDefaultCost": 1.0,
"ItemPrice": 1.0,
"TotalLineCost": 1.0,
"ItemCategoryId": 1,
"AssetTag": "sample string 38",
"AssetDescription": "sample string 39",
"AlterNumber": "sample string 40",
"AssetTypeDescription": "sample string 41",
"AssetTypeId": 42,
"AssetTypeNumber": "sample string 43",
"SalesCodeId": 1,
"NotEnoughAvailable": true,
"TrackedItems": [
{
"OrderLineId": 1,
"OrderLineTrackedItemId": 2,
"LocationId": 3,
"ContainerId": 4,
"SiteId": 5,
"LocationCode": "sample string 6",
"SiteName": "sample string 7",
"TrackbyContainerId": "sample string 8",
"QuantityRequested": 9.0,
"QuantityComplete": 10.0,
"CurrentQuantityComplete": 11.0,
"TrackbyValues": [
{
"OrderLineTrackedItemId": 1,
"OrderLineItemTrackbyId": 2,
"TrackbyValue": "sample string 3",
"TrackbyTypeId": 4
},
{
"OrderLineTrackedItemId": 1,
"OrderLineItemTrackbyId": 2,
"TrackbyValue": "sample string 3",
"TrackbyTypeId": 4
}
]
},
{
"OrderLineId": 1,
"OrderLineTrackedItemId": 2,
"LocationId": 3,
"ContainerId": 4,
"SiteId": 5,
"LocationCode": "sample string 6",
"SiteName": "sample string 7",
"TrackbyContainerId": "sample string 8",
"QuantityRequested": 9.0,
"QuantityComplete": 10.0,
"CurrentQuantityComplete": 11.0,
"TrackbyValues": [
{
"OrderLineTrackedItemId": 1,
"OrderLineItemTrackbyId": 2,
"TrackbyValue": "sample string 3",
"TrackbyTypeId": 4
},
{
"OrderLineTrackedItemId": 1,
"OrderLineItemTrackbyId": 2,
"TrackbyValue": "sample string 3",
"TrackbyTypeId": 4
}
]
}
],
"ItemHasTrackby": true,
"ItemTrackbySet": [
{
"OrderLineTrackedItemId": 1,
"OrderLineItemTrackbyId": 2,
"TrackbyValue": "sample string 3",
"TrackbyTypeId": 4
},
{
"OrderLineTrackedItemId": 1,
"OrderLineItemTrackbyId": 2,
"TrackbyValue": "sample string 3",
"TrackbyTypeId": 4
}
]
},
{
"ToLocationId": 1,
"ToContainerId": 1,
"LatestTransactionLocationId": 1,
"LatestTransactionContainerId": 1,
"LatestTransactionLocationCode": "sample string 1",
"LatestTransactionSiteId": 1,
"LatestTransactionQuantity": 1.0,
"ItemType": "sample string 2",
"ItemName": "sample string 3",
"ContainerId": "sample string 4",
"SupplierSku": "sample string 5",
"ItemDescription": "sample string 6",
"TaxCost": 1.0,
"ShippingCost": 1.0,
"HandlingCost": 1.0,
"GrandTotalLineCost": 1.0,
"UomAbbreviation": "sample string 7",
"UomName": "sample string 8",
"OrderedQuantityText": "sample string 9",
"ReceivedQuanityText": "sample string 10",
"IsFromShipment": true,
"ParentContainerId": "sample string 12",
"SiteId": 13,
"GroupCode": "sample string 14",
"AssetTypeDisplayText": "sample string 15",
"OrderLineId": 16,
"OrderId": 17,
"AssetId": 18,
"OrderStatusId": 1,
"OrderStatusReasonCodeId": 0,
"QuantityRequested": 19.0,
"ActualQuantityRequested": 20.0,
"CurrentQuantityComplete": 21.0,
"QuantityComplete": 22.0,
"QuantityAdjusted": 23.0,
"QuantityInvoiced": 24.0,
"QuantityAvailable": 25.0,
"UomId": 26,
"BaseUomId": 27,
"OrderUomId": 28,
"ItemTypeId": 2147483635,
"Unit": "sample string 29",
"BaseUnitAbbreviation": "sample string 30",
"OrderUnitAbbreviation": "sample string 31",
"BaseUnitName": "sample string 32",
"OrderUnitName": "sample string 33",
"CreatedById": "fc297579-147a-43d8-9b71-eff10334b47e",
"UpdatedById": "d7f49738-7887-4f7c-bf42-e6e02e0006d8",
"CreateDate": "2026-09-13T12:29:23.5432512+00:00",
"UpdateDate": "2026-09-13T12:29:23.5432512+00:00",
"RowVersion": "QEA=",
"DiscountTypeId": 1,
"DiscountAmount": 1.0,
"ItemDefaultCost": 1.0,
"ItemPrice": 1.0,
"TotalLineCost": 1.0,
"ItemCategoryId": 1,
"AssetTag": "sample string 38",
"AssetDescription": "sample string 39",
"AlterNumber": "sample string 40",
"AssetTypeDescription": "sample string 41",
"AssetTypeId": 42,
"AssetTypeNumber": "sample string 43",
"SalesCodeId": 1,
"NotEnoughAvailable": true,
"TrackedItems": [
{
"OrderLineId": 1,
"OrderLineTrackedItemId": 2,
"LocationId": 3,
"ContainerId": 4,
"SiteId": 5,
"LocationCode": "sample string 6",
"SiteName": "sample string 7",
"TrackbyContainerId": "sample string 8",
"QuantityRequested": 9.0,
"QuantityComplete": 10.0,
"CurrentQuantityComplete": 11.0,
"TrackbyValues": [
{
"OrderLineTrackedItemId": 1,
"OrderLineItemTrackbyId": 2,
"TrackbyValue": "sample string 3",
"TrackbyTypeId": 4
},
{
"OrderLineTrackedItemId": 1,
"OrderLineItemTrackbyId": 2,
"TrackbyValue": "sample string 3",
"TrackbyTypeId": 4
}
]
},
{
"OrderLineId": 1,
"OrderLineTrackedItemId": 2,
"LocationId": 3,
"ContainerId": 4,
"SiteId": 5,
"LocationCode": "sample string 6",
"SiteName": "sample string 7",
"TrackbyContainerId": "sample string 8",
"QuantityRequested": 9.0,
"QuantityComplete": 10.0,
"CurrentQuantityComplete": 11.0,
"TrackbyValues": [
{
"OrderLineTrackedItemId": 1,
"OrderLineItemTrackbyId": 2,
"TrackbyValue": "sample string 3",
"TrackbyTypeId": 4
},
{
"OrderLineTrackedItemId": 1,
"OrderLineItemTrackbyId": 2,
"TrackbyValue": "sample string 3",
"TrackbyTypeId": 4
}
]
}
],
"ItemHasTrackby": true,
"ItemTrackbySet": [
{
"OrderLineTrackedItemId": 1,
"OrderLineItemTrackbyId": 2,
"TrackbyValue": "sample string 3",
"TrackbyTypeId": 4
},
{
"OrderLineTrackedItemId": 1,
"OrderLineItemTrackbyId": 2,
"TrackbyValue": "sample string 3",
"TrackbyTypeId": 4
}
]
}
],
"CreatedById": "575422c6-ee05-465f-9523-85cac90483c8",
"UpdatedById": "46a083b4-139f-4a39-9b02-96c67b835464",
"CreateDate": "2026-09-13T12:29:23.5432512+00:00",
"UpdateDate": "2026-09-13T12:29:23.5432512+00:00",
"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-09-13T12:29:23.5432512+00:00",
"AttachmentUploadedBy": "423dfc6e-5ef4-4582-896b-c47b40154c9f",
"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-09-13T12:29:23.5432512+00:00",
"AttachmentUploadedBy": "423dfc6e-5ef4-4582-896b-c47b40154c9f",
"UserName": "sample string 7",
"AttachmentUriPath": "sample string 8",
"AttachmentIsDefault": true,
"AttachmentIsReadOnly": true,
"HasAttachment": true,
"AttachmentMobileDownload": true,
"ApplicationId": 12
}
],
"CustomFields": [
{
"ImportRowNumber": 1,
"DcfId": 2,
"DcfLabel": "sample string 3",
"DcfValueAssociationId": 4,
"DcfTextValue": "sample string 5",
"DcfNumberValue": 1.0,
"DcfDateValue": "2026-09-13T12:29:23.5432512+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-09-13T12:29:23.5432512+00:00",
"DcfValueRecordStatus": 6,
"AssetTypeIDFilter": 7,
"mobileFormId": 8,
"BackOrForwardingDcfId": 9
}
],
"Requestor": "sample string 21",
"RequestorEmail": "sample string 22",
"OrderLineIdsToDelete": [
1,
2
],
"AllowSilentDeleteOrderLines": true
},
{
"SupplierId": 1,
"IsDropShip": true,
"SupplierContactId": 1,
"ShipToContactId": 1,
"BillToContactId": 1,
"ShipMethodId": 1,
"PayMethodId": 1,
"ShippingCost": 1.0,
"HandlingCost": 1.0,
"TaxCost": 1.0,
"action": 0,
"quantityStatus": 0,
"isReceiving": true,
"DescriptionText": "sample string 2",
"IsAutoPurchaseOrderNumber": true,
"ShipToContact": {
"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"
},
"BillToContact": {
"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"
},
"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"
},
"IsCumulativeNotes": true,
"OrderSiteName": "sample string 5",
"Accrual": 44.0,
"Outstanding": -6.0,
"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-09-13T12:29:23.5432512+00:00",
"UserLogon": "sample string 2"
},
{
"NoteText": "sample string 1",
"NoteDate": "2026-09-13T12:29:23.5432512+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-09-13T12:29:23.5432512+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-09-13T12:29:23.5432512+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-09-13T12:29:23.5432512+00:00",
"AttachmentUploadedBy": "423dfc6e-5ef4-4582-896b-c47b40154c9f",
"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-09-13T12:29:23.5432512+00:00",
"AttachmentUploadedBy": "423dfc6e-5ef4-4582-896b-c47b40154c9f",
"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-09-13T12:29:23.5432512+00:00"
},
"PayMethod": "sample string 6",
"ShipMethod": "sample string 7",
"ImportRowNumber": 8,
"OrderId": 9,
"OrderNumber": "sample string 10",
"OrderSiteId": 1,
"OrderLocationId": 1,
"OrderTypeId": 0,
"OrderStatusId": 1,
"OrderStatus": "sample string 11",
"OrderStatusReasonCodeId": 0,
"OrderSourceId": 0,
"OrderSourceText": "sample string 12",
"OrderPriorityId": 0,
"AssignedUserId": "28f0bf49-41fb-4716-99a9-9d8627069099",
"DateStarted": "2026-09-13T12:29:23.5432512+00:00",
"DateDue": "2026-09-13T12:29:23.5432512+00:00",
"DateComplete": "2026-09-13T12:29:23.5432512+00:00",
"ReferenceNumber": "sample string 13",
"OrderNotes": [
{
"NoteText": "sample string 1",
"NoteDate": "2026-09-13T12:29:23.5432512+00:00",
"UserLogon": "sample string 2"
},
{
"NoteText": "sample string 1",
"NoteDate": "2026-09-13T12:29:23.5432512+00:00",
"UserLogon": "sample string 2"
}
],
"RowVersion": "QEA=",
"OrderRecordStatus": 14,
"OrderCodes": [
{
"OrderOrderCodeId": 1,
"OrderId": 2,
"OrderCodeId": 3,
"RecordStatus": 0
},
{
"OrderOrderCodeId": 1,
"OrderId": 2,
"OrderCodeId": 3,
"RecordStatus": 0
}
],
"TotalCost": 1.0,
"GrandTotalCost": 1.0,
"TotalQuantityRequested": 15.0,
"TotalQuantityComplete": 16.0,
"DiscountTypeId": 1,
"DiscountAmount": 1.0,
"OrderLines": [
{
"ToLocationId": 1,
"ToContainerId": 1,
"LatestTransactionLocationId": 1,
"LatestTransactionContainerId": 1,
"LatestTransactionLocationCode": "sample string 1",
"LatestTransactionSiteId": 1,
"LatestTransactionQuantity": 1.0,
"ItemType": "sample string 2",
"ItemName": "sample string 3",
"ContainerId": "sample string 4",
"SupplierSku": "sample string 5",
"ItemDescription": "sample string 6",
"TaxCost": 1.0,
"ShippingCost": 1.0,
"HandlingCost": 1.0,
"GrandTotalLineCost": 1.0,
"UomAbbreviation": "sample string 7",
"UomName": "sample string 8",
"OrderedQuantityText": "sample string 9",
"ReceivedQuanityText": "sample string 10",
"IsFromShipment": true,
"ParentContainerId": "sample string 12",
"SiteId": 13,
"GroupCode": "sample string 14",
"AssetTypeDisplayText": "sample string 15",
"OrderLineId": 16,
"OrderId": 17,
"AssetId": 18,
"OrderStatusId": 1,
"OrderStatusReasonCodeId": 0,
"QuantityRequested": 19.0,
"ActualQuantityRequested": 20.0,
"CurrentQuantityComplete": 21.0,
"QuantityComplete": 22.0,
"QuantityAdjusted": 23.0,
"QuantityInvoiced": 24.0,
"QuantityAvailable": 25.0,
"UomId": 26,
"BaseUomId": 27,
"OrderUomId": 28,
"ItemTypeId": 2147483635,
"Unit": "sample string 29",
"BaseUnitAbbreviation": "sample string 30",
"OrderUnitAbbreviation": "sample string 31",
"BaseUnitName": "sample string 32",
"OrderUnitName": "sample string 33",
"CreatedById": "fc297579-147a-43d8-9b71-eff10334b47e",
"UpdatedById": "d7f49738-7887-4f7c-bf42-e6e02e0006d8",
"CreateDate": "2026-09-13T12:29:23.5432512+00:00",
"UpdateDate": "2026-09-13T12:29:23.5432512+00:00",
"RowVersion": "QEA=",
"DiscountTypeId": 1,
"DiscountAmount": 1.0,
"ItemDefaultCost": 1.0,
"ItemPrice": 1.0,
"TotalLineCost": 1.0,
"ItemCategoryId": 1,
"AssetTag": "sample string 38",
"AssetDescription": "sample string 39",
"AlterNumber": "sample string 40",
"AssetTypeDescription": "sample string 41",
"AssetTypeId": 42,
"AssetTypeNumber": "sample string 43",
"SalesCodeId": 1,
"NotEnoughAvailable": true,
"TrackedItems": [
{
"OrderLineId": 1,
"OrderLineTrackedItemId": 2,
"LocationId": 3,
"ContainerId": 4,
"SiteId": 5,
"LocationCode": "sample string 6",
"SiteName": "sample string 7",
"TrackbyContainerId": "sample string 8",
"QuantityRequested": 9.0,
"QuantityComplete": 10.0,
"CurrentQuantityComplete": 11.0,
"TrackbyValues": [
{
"OrderLineTrackedItemId": 1,
"OrderLineItemTrackbyId": 2,
"TrackbyValue": "sample string 3",
"TrackbyTypeId": 4
},
{
"OrderLineTrackedItemId": 1,
"OrderLineItemTrackbyId": 2,
"TrackbyValue": "sample string 3",
"TrackbyTypeId": 4
}
]
},
{
"OrderLineId": 1,
"OrderLineTrackedItemId": 2,
"LocationId": 3,
"ContainerId": 4,
"SiteId": 5,
"LocationCode": "sample string 6",
"SiteName": "sample string 7",
"TrackbyContainerId": "sample string 8",
"QuantityRequested": 9.0,
"QuantityComplete": 10.0,
"CurrentQuantityComplete": 11.0,
"TrackbyValues": [
{
"OrderLineTrackedItemId": 1,
"OrderLineItemTrackbyId": 2,
"TrackbyValue": "sample string 3",
"TrackbyTypeId": 4
},
{
"OrderLineTrackedItemId": 1,
"OrderLineItemTrackbyId": 2,
"TrackbyValue": "sample string 3",
"TrackbyTypeId": 4
}
]
}
],
"ItemHasTrackby": true,
"ItemTrackbySet": [
{
"OrderLineTrackedItemId": 1,
"OrderLineItemTrackbyId": 2,
"TrackbyValue": "sample string 3",
"TrackbyTypeId": 4
},
{
"OrderLineTrackedItemId": 1,
"OrderLineItemTrackbyId": 2,
"TrackbyValue": "sample string 3",
"TrackbyTypeId": 4
}
]
},
{
"ToLocationId": 1,
"ToContainerId": 1,
"LatestTransactionLocationId": 1,
"LatestTransactionContainerId": 1,
"LatestTransactionLocationCode": "sample string 1",
"LatestTransactionSiteId": 1,
"LatestTransactionQuantity": 1.0,
"ItemType": "sample string 2",
"ItemName": "sample string 3",
"ContainerId": "sample string 4",
"SupplierSku": "sample string 5",
"ItemDescription": "sample string 6",
"TaxCost": 1.0,
"ShippingCost": 1.0,
"HandlingCost": 1.0,
"GrandTotalLineCost": 1.0,
"UomAbbreviation": "sample string 7",
"UomName": "sample string 8",
"OrderedQuantityText": "sample string 9",
"ReceivedQuanityText": "sample string 10",
"IsFromShipment": true,
"ParentContainerId": "sample string 12",
"SiteId": 13,
"GroupCode": "sample string 14",
"AssetTypeDisplayText": "sample string 15",
"OrderLineId": 16,
"OrderId": 17,
"AssetId": 18,
"OrderStatusId": 1,
"OrderStatusReasonCodeId": 0,
"QuantityRequested": 19.0,
"ActualQuantityRequested": 20.0,
"CurrentQuantityComplete": 21.0,
"QuantityComplete": 22.0,
"QuantityAdjusted": 23.0,
"QuantityInvoiced": 24.0,
"QuantityAvailable": 25.0,
"UomId": 26,
"BaseUomId": 27,
"OrderUomId": 28,
"ItemTypeId": 2147483635,
"Unit": "sample string 29",
"BaseUnitAbbreviation": "sample string 30",
"OrderUnitAbbreviation": "sample string 31",
"BaseUnitName": "sample string 32",
"OrderUnitName": "sample string 33",
"CreatedById": "fc297579-147a-43d8-9b71-eff10334b47e",
"UpdatedById": "d7f49738-7887-4f7c-bf42-e6e02e0006d8",
"CreateDate": "2026-09-13T12:29:23.5432512+00:00",
"UpdateDate": "2026-09-13T12:29:23.5432512+00:00",
"RowVersion": "QEA=",
"DiscountTypeId": 1,
"DiscountAmount": 1.0,
"ItemDefaultCost": 1.0,
"ItemPrice": 1.0,
"TotalLineCost": 1.0,
"ItemCategoryId": 1,
"AssetTag": "sample string 38",
"AssetDescription": "sample string 39",
"AlterNumber": "sample string 40",
"AssetTypeDescription": "sample string 41",
"AssetTypeId": 42,
"AssetTypeNumber": "sample string 43",
"SalesCodeId": 1,
"NotEnoughAvailable": true,
"TrackedItems": [
{
"OrderLineId": 1,
"OrderLineTrackedItemId": 2,
"LocationId": 3,
"ContainerId": 4,
"SiteId": 5,
"LocationCode": "sample string 6",
"SiteName": "sample string 7",
"TrackbyContainerId": "sample string 8",
"QuantityRequested": 9.0,
"QuantityComplete": 10.0,
"CurrentQuantityComplete": 11.0,
"TrackbyValues": [
{
"OrderLineTrackedItemId": 1,
"OrderLineItemTrackbyId": 2,
"TrackbyValue": "sample string 3",
"TrackbyTypeId": 4
},
{
"OrderLineTrackedItemId": 1,
"OrderLineItemTrackbyId": 2,
"TrackbyValue": "sample string 3",
"TrackbyTypeId": 4
}
]
},
{
"OrderLineId": 1,
"OrderLineTrackedItemId": 2,
"LocationId": 3,
"ContainerId": 4,
"SiteId": 5,
"LocationCode": "sample string 6",
"SiteName": "sample string 7",
"TrackbyContainerId": "sample string 8",
"QuantityRequested": 9.0,
"QuantityComplete": 10.0,
"CurrentQuantityComplete": 11.0,
"TrackbyValues": [
{
"OrderLineTrackedItemId": 1,
"OrderLineItemTrackbyId": 2,
"TrackbyValue": "sample string 3",
"TrackbyTypeId": 4
},
{
"OrderLineTrackedItemId": 1,
"OrderLineItemTrackbyId": 2,
"TrackbyValue": "sample string 3",
"TrackbyTypeId": 4
}
]
}
],
"ItemHasTrackby": true,
"ItemTrackbySet": [
{
"OrderLineTrackedItemId": 1,
"OrderLineItemTrackbyId": 2,
"TrackbyValue": "sample string 3",
"TrackbyTypeId": 4
},
{
"OrderLineTrackedItemId": 1,
"OrderLineItemTrackbyId": 2,
"TrackbyValue": "sample string 3",
"TrackbyTypeId": 4
}
]
}
],
"CreatedById": "575422c6-ee05-465f-9523-85cac90483c8",
"UpdatedById": "46a083b4-139f-4a39-9b02-96c67b835464",
"CreateDate": "2026-09-13T12:29:23.5432512+00:00",
"UpdateDate": "2026-09-13T12:29:23.5432512+00:00",
"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-09-13T12:29:23.5432512+00:00",
"AttachmentUploadedBy": "423dfc6e-5ef4-4582-896b-c47b40154c9f",
"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-09-13T12:29:23.5432512+00:00",
"AttachmentUploadedBy": "423dfc6e-5ef4-4582-896b-c47b40154c9f",
"UserName": "sample string 7",
"AttachmentUriPath": "sample string 8",
"AttachmentIsDefault": true,
"AttachmentIsReadOnly": true,
"HasAttachment": true,
"AttachmentMobileDownload": true,
"ApplicationId": 12
}
],
"CustomFields": [
{
"ImportRowNumber": 1,
"DcfId": 2,
"DcfLabel": "sample string 3",
"DcfValueAssociationId": 4,
"DcfTextValue": "sample string 5",
"DcfNumberValue": 1.0,
"DcfDateValue": "2026-09-13T12:29:23.5432512+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-09-13T12:29:23.5432512+00:00",
"DcfValueRecordStatus": 6,
"AssetTypeIDFilter": 7,
"mobileFormId": 8,
"BackOrForwardingDcfId": 9
}
],
"Requestor": "sample string 21",
"RequestorEmail": "sample string 22",
"OrderLineIdsToDelete": [
1,
2
],
"AllowSilentDeleteOrderLines": true
}
],
"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
}