POST api/User/UpdateDefaultDelLoc

Request Information

URI Parameters

None.

Body Parameters

DelLoc
NameDescriptionTypeAdditional information
Crux

globally unique identifier

Required

NickName

string

Required

Request Formats

application/json, text/json

Sample:
{
  "Crux": "b126dd53-5be8-4ff4-a72f-a6dfb46eba26",
  "NickName": "sample string 2"
}

application/xml, text/xml

Sample:
<DelLoc xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TheanAPI.DTO">
  <Crux>b126dd53-5be8-4ff4-a72f-a6dfb46eba26</Crux>
  <NickName>sample string 2</NickName>
</DelLoc>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ResponseDtoOfObject
NameDescriptionTypeAdditional information
Status_cd

boolean

None.

Data

Object

None.

status_Desc

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Status_cd": true,
  "Data": {},
  "status_Desc": "sample string 3"
}

application/xml, text/xml

Sample:
<ResponseDtoOfanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TheanAPI.DTO">
  <Data />
  <Status_cd>true</Status_cd>
  <status_Desc>sample string 3</status_Desc>
</ResponseDtoOfanyType>