Sales Order Groups
The SalesOrderGroups resource allows Sales Order Groups to be listed.
The full range of URIs and HTTP Verbs supported are:
Operation |
HTTP Action |
List a page of Sales Order Groups |
GET /SalesOrderGroups |
GET SalesOrderGroups
Available Fields for SalesOrderGroup:
Property |
Type |
Length |
Required |
Notes |
Guid |
Guid |
|
Yes |
Unique identifier. Can only be set when adding a record. |
LastModifiedOn |
Nullable DateTime |
|
|
|
Name |
String |
50 |
Yes |
|
Obsolete |
Boolean |
true ,false |
|
|
Examples for Request GET /SalesOrderGroups
show xml example
<?xml version="1.0"?>
<SalesOrderGroup xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://api.unleashedsoftware.com/version/1">
<SalesOrderGroup>
<Guid>3c504b3f-3f14-4d56-9280-3ac90428f474</Guid>
<LastModifiedOn>2016-03-29T02:36:03.1872657</LastModifiedOn>
<Name>Summer Sales</Name>
</SalesOrderGroup>
</SalesOrderGroup>
show json example
{
"Items": [
{
"Name": "Summer Sales",
"Guid": "3c504b3f-3f14-4d56-9280-3ac90428f474",
"LastModifiedOn": "/Date(1459218963187)/"
}
]
}
Use the API Sandbox to see how the object is rendered in JSON or XML.
Note: An Unleashed account is required before you can use the API Sandbox.
Trial accounts are also allowed to connect to the API.
You can register a new account here: Register.