About BillCredit
The BillCredit represents the relationship between a Vendor Credit applied to a Bill. This is a POST method.
Example
Request
<API_URL_EndPoint>/Crud/Read/BillCredit.json
data={
"id" : "bcr01MWIOLSKVOHEFd49"
}
Response
{
"response_status" : 0,
"response_message" : "Success",
"response_data" : {
"entity" : "BillCredit",
"id" : "bcr01MWIOLSKVOHEFd49",
"billId" : "00n01BSVQBUTAKGJapyf",
"sentPayId" : "stp01PRMNWCJDQGQb3zb",
"vendorCreditId" : "vcr01OPNLKFLFCNU2lgc",
"amount" : 10.00,
"createdTime" : "2016-11-24T08:33:40.000+0000",
"updatedTime" : "2016-11-24T08:33:44.000+0000"
}
}
Resources
Parameters