POST api/Call/PostOutletCallApproval

Request Information

URI Parameters

None.

Body Parameters

OutletCallApproval
NameDescriptionTypeAdditional information
UID

integer

None.

ID

string

None.

AgentUID

integer

None.

DistributorUID

integer

None.

OutletUID

integer

None.

RequestDate

date

None.

ExpiryDate

date

None.

mpt_StatusEnum

integer

None.

Note

string

None.

CreatedDate

date

None.

LastModifiedDate

date

None.

LastModifiedBy

string

None.

SiteUID

integer

None.

ApprovedCallCount

integer

None.

mpt_ReasonUID

integer

None.

ManagerNote

string

None.

Request Formats

application/json, text/json

Sample:
{
  "UID": 1,
  "ID": "sample string 2",
  "AgentUID": 3,
  "DistributorUID": 4,
  "OutletUID": 5,
  "RequestDate": "2025-02-12T14:22:07.083069+05:30",
  "ExpiryDate": "2025-02-12T14:22:07.083069+05:30",
  "mpt_StatusEnum": 8,
  "Note": "sample string 9",
  "CreatedDate": "2025-02-12T14:22:07.083069+05:30",
  "LastModifiedDate": "2025-02-12T14:22:07.083069+05:30",
  "LastModifiedBy": "sample string 11",
  "SiteUID": 12,
  "ApprovedCallCount": 1,
  "mpt_ReasonUID": 1,
  "ManagerNote": "sample string 13"
}

application/xml, text/xml

Sample:
<OutletCallApproval xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VantageCore.Entity.Model">
  <AgentUID>3</AgentUID>
  <ApprovedCallCount>1</ApprovedCallCount>
  <CreatedDate>2025-02-12T14:22:07.083069+05:30</CreatedDate>
  <DistributorUID>4</DistributorUID>
  <ExpiryDate>2025-02-12T14:22:07.083069+05:30</ExpiryDate>
  <ID>sample string 2</ID>
  <LastModifiedBy>sample string 11</LastModifiedBy>
  <LastModifiedDate>2025-02-12T14:22:07.083069+05:30</LastModifiedDate>
  <ManagerNote>sample string 13</ManagerNote>
  <Note>sample string 9</Note>
  <OutletUID>5</OutletUID>
  <RequestDate>2025-02-12T14:22:07.083069+05:30</RequestDate>
  <SiteUID>12</SiteUID>
  <UID>1</UID>
  <mpt_ReasonUID>1</mpt_ReasonUID>
  <mpt_StatusEnum>8</mpt_StatusEnum>
</OutletCallApproval>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />