POST api/User/SubmitBusinessCardHeadshot

Request Information

URI Parameters

None.

Body Parameters

BusinessCardHeadShotDTO
NameDescriptionTypeAdditional information
Id

integer

None.

AssociateId

integer

None.

UserId

integer

None.

S3ImageName

string

None.

S3ImageUrl

string

None.

S3ImageData

Collection of byte

None.

Status

BusinessCardHeadshotStatusEnum

None.

CreateDate

date

None.

CreatedBy

integer

None.

Changedate

date

None.

ChangedBy

integer

None.

Disabled

boolean

None.

ShowHeadshot

boolean

None.

CreateOrChangeDateTime

date

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "AssociateId": 2,
  "UserId": 3,
  "S3ImageName": "sample string 4",
  "S3ImageUrl": "sample string 5",
  "S3ImageData": "QEA=",
  "Status": 1,
  "CreateDate": "2025-10-14T02:38:46.8266882-07:00",
  "CreatedBy": 1,
  "Changedate": "2025-10-14T02:38:46.8266882-07:00",
  "ChangedBy": 1,
  "Disabled": true,
  "ShowHeadshot": true,
  "CreateOrChangeDateTime": "2025-10-14T02:38:46.8266882-07:00"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true