GET api/audServiceMap/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

audServiceMapDb
NameDescriptionTypeAdditional information
ServiceMapID

integer

None.

CarrierID

integer

Required

ServiceCode1

string

Required

Max length: 50

ServiceCode2

string

Max length: 50

ShipServiceCode

string

Required

Max length: 50

CreatedBy

integer

None.

CreatedDate

date

None.

UpdatedBy

integer

None.

UpdatedDate

date

None.

results

Collection of ValidationResult

None.

Response Formats

application/json, text/json

Sample:
{
  "results": null,
  "ServiceMapID": 1,
  "CarrierID": 2,
  "ServiceCode1": "sample string 3",
  "ServiceCode2": "sample string 4",
  "ShipServiceCode": "sample string 5",
  "CreatedBy": 6,
  "CreatedDate": "2026-04-03T21:31:24.0519103-07:00",
  "UpdatedBy": 8,
  "UpdatedDate": "2026-04-03T21:31:24.0519103-07:00"
}

application/xml, text/xml

Sample:
<audServiceMapDb xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
  <results xmlns:d2p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
  <CarrierID>2</CarrierID>
  <CreatedBy>6</CreatedBy>
  <CreatedDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
    <d2p1:DateTime>2026-04-04T04:31:24.0519103Z</d2p1:DateTime>
    <d2p1:OffsetMinutes>-420</d2p1:OffsetMinutes>
  </CreatedDate>
  <ServiceCode1>sample string 3</ServiceCode1>
  <ServiceCode2>sample string 4</ServiceCode2>
  <ServiceMapID>1</ServiceMapID>
  <ShipServiceCode>sample string 5</ShipServiceCode>
  <UpdatedBy>8</UpdatedBy>
  <UpdatedDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
    <d2p1:DateTime>2026-04-04T04:31:24.0519103Z</d2p1:DateTime>
    <d2p1:OffsetMinutes>-420</d2p1:OffsetMinutes>
  </UpdatedDate>
</audServiceMapDb>