POST api/BillOfLading/CreateUserSession

Request Information

URI Parameters

None.

Body Parameters

Usersession
NameDescriptionTypeAdditional information
USD_UR_ID

integer

None.

USD_CP_ID

integer

None.

USD_ALLOWED_SESSION

integer

None.

USD_TOKEN_ID

string

None.

USD_PROGRAM_ID

string

None.

USD_CREATED_BY

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "USD_UR_ID": 1,
  "USD_CP_ID": 1,
  "USD_ALLOWED_SESSION": 1,
  "USD_TOKEN_ID": "sample string 1",
  "USD_PROGRAM_ID": "sample string 2",
  "USD_CREATED_BY": 1
}

application/xml, text/xml

Sample:
<Usersession xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <USD_ALLOWED_SESSION>1</USD_ALLOWED_SESSION>
  <USD_CP_ID>1</USD_CP_ID>
  <USD_CREATED_BY>1</USD_CREATED_BY>
  <USD_PROGRAM_ID>sample string 2</USD_PROGRAM_ID>
  <USD_TOKEN_ID>sample string 1</USD_TOKEN_ID>
  <USD_UR_ID>1</USD_UR_ID>
</Usersession>

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.