POST Admin/CustomerMap/Bind

Request Information

URI Parameters

None.

Body Parameters

CustomerMapCreatorBindArrays
NameDescriptionTypeAdditional information
CreatedUserId

integer

None.

IdsArr

Collection of integer

None.

Confirm

boolean

None.

TypeId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "CreatedUserId": 1,
  "IdsArr": [
    1,
    2
  ],
  "Confirm": true,
  "TypeId": 3
}

application/xml, text/xml

Sample:
<CustomerMapCreatorBindArrays xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ISM.Web.Models">
  <Confirm>true</Confirm>
  <IdsArr xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </IdsArr>
  <TypeId>3</TypeId>
  <CreatedUserId>1</CreatedUserId>
</CustomerMapCreatorBindArrays>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:

Sample not available.