POST api/QuickDocumentSettings/CreateInvoiceWithQuickDocument
Request Information
URI Parameters
None.
Body Parameters
CreateInvoiceWithQuickDocumentRequestName | Description | Type | Additional information |
---|---|---|---|
Type | QuickDocumentType |
None. |
|
CustomerId | globally unique identifier |
None. |
|
InvoiceAmount | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{ "type": 1, "customerId": "143bcdb2-a269-4239-aa1d-aff9566947ca", "invoiceAmount": 2.1 }
application/xml, text/xml
Sample:
<CreateInvoiceWithQuickDocumentRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TP.TulTrack.Core.Service.DTOs.QuickDocumentSettings"> <CustomerId>143bcdb2-a269-4239-aa1d-aff9566947ca</CustomerId> <InvoiceAmount>2.1</InvoiceAmount> <Type>NAKLIYE</Type> </CreateInvoiceWithQuickDocumentRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"type":1,"customerId":"143bcdb2-a269-4239-aa1d-aff9566947ca","invoiceAmount":2.1}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.