POST api/v1/Matrixcategories/SaveMatrixcategories
Request Information
URI Parameters
None.
Body Parameters
Matrixcategories| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | string |
None. |
|
| NameL | string |
None. |
|
| NameE | string |
None. |
|
| NoteL | string |
None. |
|
| NoteE | string |
None. |
|
| ShortCode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "sample string 1",
"NameL": "sample string 2",
"NameE": "sample string 3",
"NoteL": "sample string 4",
"NoteE": "sample string 5",
"ShortCode": "sample string 6"
}
application/xml, text/xml
Sample:
<Matrixcategories xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EDCAPI.Models.Master"> <Id>sample string 1</Id> <NameE>sample string 3</NameE> <NameL>sample string 2</NameL> <NoteE>sample string 5</NoteE> <NoteL>sample string 4</NoteL> <ShortCode>sample string 6</ShortCode> </Matrixcategories>
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. |