POST api/master/GetMasterData
Request Information
URI Parameters
None.
Body Parameters
MasterRecordModel| Name | Description | Type | Additional information |
|---|---|---|---|
| TypeName | string |
None. |
|
| DocumentID | integer |
None. |
|
| UserID | integer |
None. |
|
| CompanyID | integer |
None. |
|
| ParentID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"TypeName": "sample string 1",
"DocumentID": 1,
"UserID": 2,
"CompanyID": 3,
"ParentID": 4
}
application/xml, text/xml
Sample:
<MasterRecordModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MfgProj.BusinessObject"> <CompanyID>3</CompanyID> <DocumentID>1</DocumentID> <ParentID>4</ParentID> <TypeName>sample string 1</TypeName> <UserID>2</UserID> </MasterRecordModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |