POST api/InsertAssociateReimbursementDocuments
Request Information
URI Parameters
None.
Body Parameters
AssociateReimbursementDocumentMappingModelName | Description | Type | Additional information |
---|---|---|---|
AssociateId | string |
None. |
|
AssociateReimbursementId | string |
None. |
|
FilePath | string |
None. |
|
IsActive | string |
None. |
|
CreatedDate | string |
None. |
|
CreatedBy | string |
None. |
|
Extn | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "AssociateId": "sample string 1", "AssociateReimbursementId": "sample string 2", "FilePath": "sample string 3", "IsActive": "sample string 4", "CreatedDate": "sample string 5", "CreatedBy": "sample string 6", "Extn": "sample string 7" }
application/xml, text/xml
Sample:
<AssociateReimbursementDocumentMappingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RESTWebAPIForPaperlessOnboarding.Models"> <AssociateId>sample string 1</AssociateId> <AssociateReimbursementId>sample string 2</AssociateReimbursementId> <CreatedBy>sample string 6</CreatedBy> <CreatedDate>sample string 5</CreatedDate> <Extn>sample string 7</Extn> <FilePath>sample string 3</FilePath> <IsActive>sample string 4</IsActive> </AssociateReimbursementDocumentMappingModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
AssociateReimbursementResponseName | Description | Type | Additional 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:
<AssociateReimbursementResponse 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> </AssociateReimbursementResponse>