POST api/v1/Warehouses

Request Information

URI Parameters

Body Parameters

Warehouse
NameDescriptionTypeAdditional information
Id

integer

Name

string

Company

string

Address1

string

Address2

string

City

string

State

string

Zip

string

ModifiedDateTime

Modified datetime for the object. This will be added by the system.

date

ExecutionTime

How long the method took in milliseconds. System supplied value.

integer

TxID

Transaction ID of the call. Will be added for the response. Not needed in the request.

string

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "name": "sample string 2",
  "company": "sample string 3",
  "address1": "sample string 4",
  "address2": "sample string 5",
  "city": "sample string 6",
  "state": "sample string 7",
  "zip": "sample string 8",
  "modifiedDateTime": "2025-08-14T01:25:50.4732968+00:00",
  "executionTime": 11,
  "txID": "sample string 12"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

Response Information

Resource Description

Warehouse
NameDescriptionTypeAdditional information
Id

integer

Name

string

Company

string

Address1

string

Address2

string

City

string

State

string

Zip

string

ModifiedDateTime

Modified datetime for the object. This will be added by the system.

date

ExecutionTime

How long the method took in milliseconds. System supplied value.

integer

TxID

Transaction ID of the call. Will be added for the response. Not needed in the request.

string

Response Formats

application/json, text/json

Sample:
{
  "id": 1,
  "name": "sample string 2",
  "company": "sample string 3",
  "address1": "sample string 4",
  "address2": "sample string 5",
  "city": "sample string 6",
  "state": "sample string 7",
  "zip": "sample string 8",
  "modifiedDateTime": "2025-08-14T01:25:50.5426632+00:00",
  "executionTime": 11,
  "txID": "sample string 12"
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.