POST api/MakeApi/Post_make_for_save_update
Request Information
URI Parameters
None.
Body Parameters
MakeName | Description | Type | Additional information |
---|---|---|---|
MakeId | string |
None. |
|
MakeName | string |
None. |
|
PurchaseAccount | string |
None. |
|
SaleAccount | string |
None. |
|
Database | string |
None. |
|
Compcode | string |
None. |
|
EventType | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "MakeId": "sample string 1", "MakeName": "sample string 2", "PurchaseAccount": "sample string 3", "SaleAccount": "sample string 4", "Database": "sample string 5", "Compcode": "sample string 6", "EventType": "sample string 7" }
application/xml, text/xml
Sample:
<Make xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BOL_Business_Objects_Layer_"> <Compcode>sample string 6</Compcode> <Database>sample string 5</Database> <EventType>sample string 7</EventType> <MakeId>sample string 1</MakeId> <MakeName>sample string 2</MakeName> <PurchaseAccount>sample string 3</PurchaseAccount> <SaleAccount>sample string 4</SaleAccount> </Make>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ApiResponseName | Description | Type | Additional information |
---|---|---|---|
status | boolean |
None. |
|
statuscode | HttpStatusCode |
None. |
|
title | string |
None. |
|
message | string |
None. |
|
data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{ "status": true, "statuscode": 100, "title": "sample string 2", "message": "sample string 3", "data": {} }
application/xml, text/xml
Sample:
<ApiResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BOL_Business_Objects_Layer_"> <data /> <message>sample string 3</message> <status>true</status> <statuscode>Continue</statuscode> <title>sample string 2</title> </ApiResponse>