POST api/GenerateVoucherForReimbursementDetails

Request Information

URI Parameters

None.

Body Parameters

UpdateAssociateReimbursementListModel
NameDescriptionTypeAdditional information
AssociateReimbursementDetailID

string

None.

Remark

string

None.

AssociateID

string

None.

Request Formats

application/json, text/json

Sample:
{
  "AssociateReimbursementDetailID": "sample string 1",
  "Remark": "sample string 2",
  "AssociateID": "sample string 3"
}

application/xml, text/xml

Sample:
<UpdateAssociateReimbursementListModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RESTWebAPIForPaperlessOnboarding.Models">
  <AssociateID>sample string 3</AssociateID>
  <AssociateReimbursementDetailID>sample string 1</AssociateReimbursementDetailID>
  <Remark>sample string 2</Remark>
</UpdateAssociateReimbursementListModel>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'UpdateAssociateReimbursementListModel'.

Response Information

Resource Description

AssociateReimbursementStatus
NameDescriptionTypeAdditional information
Status

string

None.

Message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": "sample string 1",
  "Message": "sample string 2"
}

application/xml, text/xml

Sample:
<AssociateReimbursementStatus xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RESTWebAPIForPaperlessOnboarding.Models">
  <Message>sample string 2</Message>
  <Status>sample string 1</Status>
</AssociateReimbursementStatus>