POST Signature/savesignature
Request Information
URI Parameters
None.
Body Parameters
signaturemaster| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| CompanyID | integer |
None. |
|
| CompanyName | string |
None. |
|
| UnitID | integer |
None. |
|
| UnitName | string |
None. |
|
| InvoiceType | integer |
None. |
|
| InvoiceTypeCode | integer |
None. |
|
| Invoiceformat | integer |
None. |
|
| Typename | string |
None. |
|
| signatureimg | string |
None. |
|
| CreatedBy | integer |
None. |
|
| CreatedByUserType | integer |
None. |
|
| delflag | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"CompanyID": 1,
"CompanyName": "sample string 1",
"UnitID": 1,
"UnitName": "sample string 2",
"InvoiceType": 3,
"InvoiceTypeCode": 4,
"Invoiceformat": 5,
"Typename": "sample string 6",
"signatureimg": "sample string 7",
"CreatedBy": 8,
"CreatedByUserType": 9,
"delflag": 10
}
application/xml, text/xml
Sample:
<signaturemaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EInvoicingSA.Models"> <CompanyID>1</CompanyID> <CompanyName>sample string 1</CompanyName> <CreatedBy>8</CreatedBy> <CreatedByUserType>9</CreatedByUserType> <InvoiceType>3</InvoiceType> <InvoiceTypeCode>4</InvoiceTypeCode> <Invoiceformat>5</Invoiceformat> <Typename>sample string 6</Typename> <UnitID>1</UnitID> <UnitName>sample string 2</UnitName> <delflag>10</delflag> <id>1</id> <signatureimg>sample string 7</signatureimg> </signaturemaster>
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. |