POST user/customerUser

Request Information

URI Parameters

None.

Body Parameters

AuditorCustomerUserDto
NameDescriptionTypeAdditional information
UniqueId

integer

None.

UserId

integer

None.

CustomerId

integer

None.

UserIds

string

None.

CustomerIds

string

None.

CreatedOn

date

None.

CreatedBy

integer

None.

CustomerName

string

None.

IsSelected

boolean

None.

CompanyId

integer

None.

IsReadOnly

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "UniqueId": 1,
  "UserId": 1,
  "CustomerId": 1,
  "UserIds": "sample string 2",
  "CustomerIds": "sample string 3",
  "CreatedOn": "2026-06-01T14:42:49.8936263-04:00",
  "CreatedBy": 1,
  "CustomerName": "sample string 4",
  "IsSelected": true,
  "CompanyId": 6,
  "IsReadOnly": true
}

application/xml, text/xml

Sample:
<AuditorCustomerUserDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Li.CQATS.Audit.Library.Services">
  <CompanyId>6</CompanyId>
  <CreatedBy>1</CreatedBy>
  <CreatedOn>2026-06-01T14:42:49.8936263-04:00</CreatedOn>
  <CustomerId>1</CustomerId>
  <CustomerIds>sample string 3</CustomerIds>
  <CustomerName>sample string 4</CustomerName>
  <IsReadOnly>true</IsReadOnly>
  <IsSelected>true</IsSelected>
  <UniqueId>1</UniqueId>
  <UserId>1</UserId>
  <UserIds>sample string 2</UserIds>
</AuditorCustomerUserDto>

multipart/form-data

Sample:
<AuditorCustomerUserDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Li.CQATS.Audit.Library.Services"><CompanyId>6</CompanyId><CreatedBy>1</CreatedBy><CreatedOn>2026-06-01T14:42:49.8936263-04:00</CreatedOn><CustomerId>1</CustomerId><CustomerIds>sample string 3</CustomerIds><CustomerName>sample string 4</CustomerName><IsReadOnly>true</IsReadOnly><IsSelected>true</IsSelected><UniqueId>1</UniqueId><UserId>1</UserId><UserIds>sample string 2</UserIds></AuditorCustomerUserDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml, multipart/form-data

Sample:

Sample not available.