POST api/UserCompany/PutUserDepotAccess

Request Information

URI Parameters

None.

Body Parameters

UserDepotAccessInput
NameDescriptionTypeAdditional information
UDA_ID

integer

None.

UDA_USER_ID

integer

None.

UDA_DP_ID

integer

None.

UDA_STATUS

string

None.

UDA_NOTES

string

None.

UDA_PROGRAM_ID

string

None.

UDA_CREATED_BY

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "UDA_ID": 1,
  "UDA_USER_ID": 1,
  "UDA_DP_ID": 1,
  "UDA_STATUS": "sample string 1",
  "UDA_NOTES": "sample string 2",
  "UDA_PROGRAM_ID": "sample string 3",
  "UDA_CREATED_BY": 1
}

application/xml, text/xml

Sample:
<UserDepotAccessInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <UDA_CREATED_BY>1</UDA_CREATED_BY>
  <UDA_DP_ID>1</UDA_DP_ID>
  <UDA_ID>1</UDA_ID>
  <UDA_NOTES>sample string 2</UDA_NOTES>
  <UDA_PROGRAM_ID>sample string 3</UDA_PROGRAM_ID>
  <UDA_STATUS>sample string 1</UDA_STATUS>
  <UDA_USER_ID>1</UDA_USER_ID>
</UserDepotAccessInput>

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.