POST api/{siteCode}/Gravity/ShipmentTracker

Request Information

URI Parameters

NameDescriptionTypeAdditional information
siteCode

integer

Required

Body Parameters

Collection of JobDataMilestone
NameDescriptionTypeAdditional information
JobDataID

integer

None.

JobDataJobNumber

string

None.

MilestoneID

integer

None.

Milestone

string

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "JobDataID": 1,
    "JobDataJobNumber": "sample string 2",
    "MilestoneID": 3,
    "Milestone": "sample string 4"
  },
  {
    "JobDataID": 1,
    "JobDataJobNumber": "sample string 2",
    "MilestoneID": 3,
    "Milestone": "sample string 4"
  }
]

application/xml, text/xml

Sample:
<ArrayOfJobDataMilestone xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BoxTop.Gravity.API.Models">
  <JobDataMilestone>
    <JobDataID>1</JobDataID>
    <JobDataJobNumber>sample string 2</JobDataJobNumber>
    <Milestone>sample string 4</Milestone>
    <MilestoneID>3</MilestoneID>
  </JobDataMilestone>
  <JobDataMilestone>
    <JobDataID>1</JobDataID>
    <JobDataJobNumber>sample string 2</JobDataJobNumber>
    <Milestone>sample string 4</Milestone>
    <MilestoneID>3</MilestoneID>
  </JobDataMilestone>
</ArrayOfJobDataMilestone>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.