POST api/User/UpdateBusinessCardHeadShotStatus
Request Information
URI Parameters
None.
Body Parameters
BusinessCardHeadShotListDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| AssociateId | integer |
None. |
|
| AgentInfo | string |
None. |
|
| AgentName | string |
None. |
|
| AgentCode | string |
None. |
|
| UploadedOnString | string |
None. |
|
| UserId | integer |
None. |
|
| S3ImageName | string |
None. |
|
| S3ImageUrl | string |
None. |
|
| S3ImageData | Collection of byte |
None. |
|
| Status | BusinessCardHeadshotStatusEnum |
None. |
|
| StatusString | string |
None. |
|
| CreateDate | date |
None. |
|
| Disabled | boolean |
None. |
|
| Comment | string |
None. |
|
| ShowHeadshot | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"AssociateId": 2,
"AgentInfo": "sample string 3 (sample string 4)",
"AgentName": "sample string 3",
"AgentCode": "sample string 4",
"UploadedOnString": "sample string 5",
"UserId": 6,
"S3ImageName": "sample string 7",
"S3ImageUrl": "sample string 8",
"S3ImageData": "QEA=",
"Status": 1,
"StatusString": "Pending",
"CreateDate": "2026-02-03T18:26:05.8494672-08:00",
"Disabled": true,
"Comment": "sample string 11",
"ShowHeadshot": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true