POST AutoCash/PostAutoCashData

Inserts AutoCash data into the AutoCash tables in Agvance.

Request Information

URI Parameters

Body Parameters

Response Information

Resource Description

Inserts AutoCash data into the AutoCash tables in Agvance.

AgvAutoCash
NameDescriptionTypeAdditional Information
Status

Status of the API call.

string
Message

Message of the API call.

string

Response Formats

application/json, text/json

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

application/xml, text/xml

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