POST api/Zevez/rwsystem/TokenOnDemandAmexApprover

Request Information

URI Parameters

None.

Body Parameters

TOD_AmexApprover
NameDescriptionTypeAdditional information
Id

integer

None.

ApproverName

string

None.

ApproverEmail

string

None.

ApproverPhone

string

None.

CompanyId

string

None.

SendSMS

boolean

None.

CreateDate

date

None.

IsDefaultApprover

boolean

None.

UpdatedDate

date

None.

Active

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "ApproverName": "sample string 2",
  "ApproverEmail": "sample string 3",
  "ApproverPhone": "sample string 4",
  "CompanyId": "sample string 5",
  "SendSMS": true,
  "CreateDate": "2026-04-09T10:23:48.7931765+00:00",
  "IsDefaultApprover": true,
  "UpdatedDate": "2026-04-09T10:23:48.7931765+00:00",
  "Active": true
}

application/xml, text/xml

Sample:
<TOD_AmexApprover xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EFCodeFirstRWSystem">
  <Active>true</Active>
  <ApproverEmail>sample string 3</ApproverEmail>
  <ApproverName>sample string 2</ApproverName>
  <ApproverPhone>sample string 4</ApproverPhone>
  <CompanyId>sample string 5</CompanyId>
  <CreateDate>2026-04-09T10:23:48.7931765+00:00</CreateDate>
  <Id>1</Id>
  <IsDefaultApprover>true</IsDefaultApprover>
  <SendSMS>true</SendSMS>
  <UpdatedDate>2026-04-09T10:23:48.7931765+00:00</UpdatedDate>
</TOD_AmexApprover>

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

Sample:

Sample not available.