POST Prefix/Delete
Request Information
URI Parameters
None.
Body Parameters
PrefixSufixMst| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| CompId | integer |
None. |
|
| UnitId | integer |
None. |
|
| InvType | integer |
None. |
|
| Sufix | string |
None. |
|
| Prefix | string |
None. |
|
| Serial | string |
None. |
|
| EffectiveDate | decimal number |
None. |
|
| EffectiveDateEnd | decimal number |
None. |
|
| UserId | integer |
None. |
|
| UserType | integer |
None. |
|
| EntDate | date |
None. |
|
| listChild | Collection of PrefixSufix_Child |
None. |
|
| Delflag | integer |
None. |
|
| EffectedDate | string |
None. |
|
| EffectedDateEnd | string |
None. |
|
| CompanyName | string |
None. |
|
| UnitName | string |
None. |
|
| InvoiceType | string |
None. |
|
| InvFormat | string |
None. |
|
| SerialNodigits | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"CompId": 2,
"UnitId": 3,
"InvType": 4,
"Sufix": "sample string 5",
"Prefix": "sample string 6",
"Serial": "sample string 7",
"EffectiveDate": 1.0,
"EffectiveDateEnd": 1.0,
"UserId": 8,
"UserType": 9,
"EntDate": "2026-09-07T09:04:13.05694+03:00",
"listChild": [
{
"Id": 1,
"MasterId": 1,
"InvSubType": 2
},
{
"Id": 1,
"MasterId": 1,
"InvSubType": 2
}
],
"Delflag": 10,
"EffectedDate": "sample string 11",
"EffectedDateEnd": "sample string 12",
"CompanyName": "sample string 13",
"UnitName": "sample string 14",
"InvoiceType": "sample string 15",
"InvFormat": "sample string 16",
"SerialNodigits": "sample string 17"
}
application/xml, text/xml
Sample:
<PrefixSufixMst xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EInvoicingSA.Models">
<CompId>2</CompId>
<CompanyName>sample string 13</CompanyName>
<Delflag>10</Delflag>
<EffectedDate>sample string 11</EffectedDate>
<EffectedDateEnd>sample string 12</EffectedDateEnd>
<EffectiveDate>1</EffectiveDate>
<EffectiveDateEnd>1</EffectiveDateEnd>
<EntDate>2026-09-07T09:04:13.05694+03:00</EntDate>
<Id>1</Id>
<InvFormat>sample string 16</InvFormat>
<InvType>4</InvType>
<InvoiceType>sample string 15</InvoiceType>
<Prefix>sample string 6</Prefix>
<Serial>sample string 7</Serial>
<SerialNodigits>sample string 17</SerialNodigits>
<Sufix>sample string 5</Sufix>
<UnitId>3</UnitId>
<UnitName>sample string 14</UnitName>
<UserId>8</UserId>
<UserType>9</UserType>
<listChild>
<PrefixSufix_Child>
<Id>1</Id>
<InvSubType>2</InvSubType>
<MasterId>1</MasterId>
</PrefixSufix_Child>
<PrefixSufix_Child>
<Id>1</Id>
<InvSubType>2</InvSubType>
<MasterId>1</MasterId>
</PrefixSufix_Child>
</listChild>
</PrefixSufixMst>
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. |