POST api/ChildSafeBox/BoxAssigment

Request Information

URI Parameters

None.

Body Parameters

ChildSafeBoxAssigmentDto
NameDescriptionTypeAdditional information
agentAssociateId

integer

None.

IsTransferOutOfHierarchy

boolean

None.

MgaAssociateId

integer

None.

boxIds

Collection of integer

None.

isOnHand

boolean

None.

statusId

integer

None.

MgaAssociate

string

None.

Comment

string

None.

Request Formats

application/json, text/json

Sample:
{
  "agentAssociateId": 1,
  "IsTransferOutOfHierarchy": true,
  "MgaAssociateId": 1,
  "boxIds": [
    1,
    2
  ],
  "isOnHand": true,
  "statusId": 3,
  "MgaAssociate": "sample string 4",
  "Comment": "sample string 5"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true