/companies({company_id})/salesInvoices({salesInvoice_id})/salesInvoiceLines('{salesInvoiceLine_id}')
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| salesInvoice_id | path | required | string | (v1.0) id for salesInvoice |
| salesInvoiceLine_id | path | required | string | (v1.0) id for salesInvoiceLine |
| If-Match | header | optional | string | (v1.0) Required. When this request header is included and the eTag provided does not match the current tag on the entity, this will not be updated. |
application/json
SalesInvoiceLineCreateD365ObjectRequest
(v1.0) Succesfully updated the specifiedsalesInvoiceLine
PATCH /companies({company_id})/salesInvoices({salesInvoice_id})/salesInvoiceLines('{salesInvoiceLine_id}')
/companies({company_id})/salesOrders
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| $top | query | optional | integer | (v1.0) Number of items to return from the top of the list |
| $skip | query | optional | integer | (v1.0) Number of items to skip from the list |
| $limit | query | optional | integer | (v1.0) Number of items to return from the list |
| $filter | query | optional | string | (v1.0) Filtering expression |
| $expand | query | optional | array | (v1.0) Entities to expand |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned a list of salesOrders
GET /companies({company_id})/salesOrders
/companies({company_id})/salesOrders
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
application/json
SalesOrderCreateDynamicsObjectRequest
(v1.0) A new salesOrder has been succesfully created
POST /companies({company_id})/salesOrders
/companies({company_id})/salesOrders({salesOrder_id})
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| salesOrder_id | path | required | string | (v1.0) id for salesOrder |
(v1.0) Succesfully deleted the specified salesOrder
DELETE /companies({company_id})/salesOrders({salesOrder_id})
/companies({company_id})/salesOrders({salesOrder_id})
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| salesOrder_id | path | required | string | (v1.0) id for salesOrder |
| $expand | query | optional | array | (v1.0) Entities to expand |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned the requested salesOrder
GET /companies({company_id})/salesOrders({salesOrder_id})
/companies({company_id})/salesOrders({salesOrder_id})
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| salesOrder_id | path | required | string | (v1.0) id for salesOrder |
| If-Match | header | optional | string | (v1.0) Required. When this request header is included and the eTag provided does not match the current tag on the entity, this will not be updated. |
application/json
SalesOrderCreateDynamicsObjectRequest
(v1.0) Succesfully updated the specifiedsalesOrder
PATCH /companies({company_id})/salesOrders({salesOrder_id})
/companies({company_id})/salesOrders({salesOrder_id})/Microsoft.NAV.shipAndInvoice
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| salesOrder_id | path | required | string | (v1.0) id for salesOrder |
(v1.0) Succesfully performed a shipAndInvoice action on the Dynamic 365 Business Central salesOrders entity
POST /companies({company_id})/salesOrders({salesOrder_id})/Microsoft.NAV.shipAndInvoice
/companies({company_id})/salesOrderLines
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| $top | query | optional | integer | (v1.0) Number of items to return from the top of the list |
| $skip | query | optional | integer | (v1.0) Number of items to skip from the list |
| $limit | query | optional | integer | (v1.0) Number of items to return from the list |
| $filter | query | optional | string | (v1.0) Filtering expression |
| $expand | query | optional | array | (v1.0) Entities to expand |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned a list of salesOrderLines
GET /companies({company_id})/salesOrderLines
/companies({company_id})/salesOrderLines
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
application/json
SalesOrderLineCreateD365ObjectRequest
(v1.0) A new salesOrderLine has been succesfully created
POST /companies({company_id})/salesOrderLines
/companies({company_id})/salesOrderLines('{salesOrderLine_id}')
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| salesOrderLine_id | path | required | string | (v1.0) id for salesOrderLine |
(v1.0) Succesfully deleted the specified salesOrderLine
DELETE /companies({company_id})/salesOrderLines('{salesOrderLine_id}')
/companies({company_id})/salesOrderLines('{salesOrderLine_id}')
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| salesOrderLine_id | path | required | string | (v1.0) id for salesOrderLine |
| $expand | query | optional | array | (v1.0) Entities to expand |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned the requested salesOrderLine
GET /companies({company_id})/salesOrderLines('{salesOrderLine_id}')
/companies({company_id})/salesOrderLines('{salesOrderLine_id}')
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| salesOrderLine_id | path | required | string | (v1.0) id for salesOrderLine |
| If-Match | header | optional | string | (v1.0) Required. When this request header is included and the eTag provided does not match the current tag on the entity, this will not be updated. |
application/json
SalesOrderLineCreateD365ObjectRequest
(v1.0) Succesfully updated the specifiedsalesOrderLine
PATCH /companies({company_id})/salesOrderLines('{salesOrderLine_id}')
/companies({company_id})/salesOrders({salesOrder_id})/salesOrderLines
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| salesOrder_id | path | required | string | (v1.0) id for salesOrder |
| $top | query | optional | integer | (v1.0) Number of items to return from the top of the list |
| $skip | query | optional | integer | (v1.0) Number of items to skip from the list |
| $limit | query | optional | integer | (v1.0) Number of items to return from the list |
| $filter | query | optional | string | (v1.0) Filtering expression |
| $expand | query | optional | array | (v1.0) Entities to expand |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned a list of salesOrderLines
GET /companies({company_id})/salesOrders({salesOrder_id})/salesOrderLines
/companies({company_id})/salesOrders({salesOrder_id})/salesOrderLines
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| salesOrder_id | path | required | string | (v1.0) id for salesOrder |
application/json
SalesOrderLineCreateD365ObjectRequest
(v1.0) A new salesOrderLine has been succesfully created
POST /companies({company_id})/salesOrders({salesOrder_id})/salesOrderLines
/companies({company_id})/salesOrders({salesOrder_id})/salesOrderLines('{salesOrderLine_id}')
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| salesOrder_id | path | required | string | (v1.0) id for salesOrder |
| salesOrderLine_id | path | required | string | (v1.0) id for salesOrderLine |
(v1.0) Succesfully deleted the specified salesOrderLine
DELETE /companies({company_id})/salesOrders({salesOrder_id})/salesOrderLines('{salesOrderLine_id}')
/companies({company_id})/salesOrders({salesOrder_id})/salesOrderLines('{salesOrderLine_id}')
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| salesOrder_id | path | required | string | (v1.0) id for salesOrder |
| salesOrderLine_id | path | required | string | (v1.0) id for salesOrderLine |
| $expand | query | optional | array | (v1.0) Entities to expand |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned the requested salesOrderLine
GET /companies({company_id})/salesOrders({salesOrder_id})/salesOrderLines('{salesOrderLine_id}')
/companies({company_id})/salesOrders({salesOrder_id})/salesOrderLines('{salesOrderLine_id}')
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| salesOrder_id | path | required | string | (v1.0) id for salesOrder |
| salesOrderLine_id | path | required | string | (v1.0) id for salesOrderLine |
| If-Match | header | optional | string | (v1.0) Required. When this request header is included and the eTag provided does not match the current tag on the entity, this will not be updated. |
application/json
SalesOrderLineCreateD365ObjectRequest
(v1.0) Succesfully updated the specifiedsalesOrderLine
PATCH /companies({company_id})/salesOrders({salesOrder_id})/salesOrderLines('{salesOrderLine_id}')
/companies({company_id})/salesQuotes
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| $top | query | optional | integer | (v1.0) Number of items to return from the top of the list |
| $skip | query | optional | integer | (v1.0) Number of items to skip from the list |
| $limit | query | optional | integer | (v1.0) Number of items to return from the list |
| $filter | query | optional | string | (v1.0) Filtering expression |
| $expand | query | optional | array | (v1.0) Entities to expand |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned a list of salesQuotes
GET /companies({company_id})/salesQuotes
/companies({company_id})/salesQuotes
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
application/json
SalesQuoteCreateD365ObjectRequest
(v1.0) A new salesQuote has been succesfully created
POST /companies({company_id})/salesQuotes
/companies({company_id})/salesQuotes({salesQuote_id})
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| salesQuote_id | path | required | string | (v1.0) id for salesQuote |
(v1.0) Succesfully deleted the specified salesQuote
DELETE /companies({company_id})/salesQuotes({salesQuote_id})
/companies({company_id})/salesQuotes({salesQuote_id})
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| salesQuote_id | path | required | string | (v1.0) id for salesQuote |
| $expand | query | optional | array | (v1.0) Entities to expand |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned the requested salesQuote
GET /companies({company_id})/salesQuotes({salesQuote_id})
/companies({company_id})/salesQuotes({salesQuote_id})
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| salesQuote_id | path | required | string | (v1.0) id for salesQuote |
| If-Match | header | optional | string | (v1.0) Required. When this request header is included and the eTag provided does not match the current tag on the entity, this will not be updated. |
application/json
SalesQuoteCreateD365ObjectRequest
(v1.0) Succesfully updated the specifiedsalesQuote
PATCH /companies({company_id})/salesQuotes({salesQuote_id})
/companies({company_id})/salesQuotes({salesQuote_id})/Microsoft.NAV.makeInvoice
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| salesQuote_id | path | required | string | (v1.0) id for salesQuote |
(v1.0) Succesfully performed a makeInvoice action on the Dynamic 365 Business Central salesQuotes entity
POST /companies({company_id})/salesQuotes({salesQuote_id})/Microsoft.NAV.makeInvoice
/companies({company_id})/salesQuotes({salesQuote_id})/Microsoft.NAV.makeOrder
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| salesQuote_id | path | required | string | (v1.0) id for salesQuote |
(v1.0) Succesfully performed a makeOrder action on the Dynamic 365 Business Central salesQuotes entity
POST /companies({company_id})/salesQuotes({salesQuote_id})/Microsoft.NAV.makeOrder
/companies({company_id})/salesQuotes({salesQuote_id})/Microsoft.NAV.send
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| salesQuote_id | path | required | string | (v1.0) id for salesQuote |
(v1.0) Succesfully performed a send action on the Dynamic 365 Business Central salesQuotes entity
POST /companies({company_id})/salesQuotes({salesQuote_id})/Microsoft.NAV.send
/companies({company_id})/salesQuoteLines
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| $top | query | optional | integer | (v1.0) Number of items to return from the top of the list |
| $skip | query | optional | integer | (v1.0) Number of items to skip from the list |
| $limit | query | optional | integer | (v1.0) Number of items to return from the list |
| $filter | query | optional | string | (v1.0) Filtering expression |
| $expand | query | optional | array | (v1.0) Entities to expand |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned a list of salesQuoteLines
GET /companies({company_id})/salesQuoteLines
/companies({company_id})/salesQuoteLines
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
application/json
SalesQuoteLineCreateD365ObjectRequest
(v1.0) A new salesQuoteLine has been succesfully created
POST /companies({company_id})/salesQuoteLines
/companies({company_id})/salesQuoteLines('{salesQuoteLine_id}')
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| salesQuoteLine_id | path | required | string | (v1.0) id for salesQuoteLine |
(v1.0) Succesfully deleted the specified salesQuoteLine
DELETE /companies({company_id})/salesQuoteLines('{salesQuoteLine_id}')
/companies({company_id})/salesQuoteLines('{salesQuoteLine_id}')
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| salesQuoteLine_id | path | required | string | (v1.0) id for salesQuoteLine |
| $expand | query | optional | array | (v1.0) Entities to expand |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned the requested salesQuoteLine
GET /companies({company_id})/salesQuoteLines('{salesQuoteLine_id}')
/companies({company_id})/salesQuoteLines('{salesQuoteLine_id}')
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| salesQuoteLine_id | path | required | string | (v1.0) id for salesQuoteLine |
| If-Match | header | optional | string | (v1.0) Required. When this request header is included and the eTag provided does not match the current tag on the entity, this will not be updated. |
application/json
SalesQuoteLineCreateD365ObjectRequest
(v1.0) Succesfully updated the specifiedsalesQuoteLine
PATCH /companies({company_id})/salesQuoteLines('{salesQuoteLine_id}')
/companies({company_id})/salesQuotes({salesQuote_id})/salesQuoteLines
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| salesQuote_id | path | required | string | (v1.0) id for salesQuote |
| $top | query | optional | integer | (v1.0) Number of items to return from the top of the list |
| $skip | query | optional | integer | (v1.0) Number of items to skip from the list |
| $limit | query | optional | integer | (v1.0) Number of items to return from the list |
| $filter | query | optional | string | (v1.0) Filtering expression |
| $expand | query | optional | array | (v1.0) Entities to expand |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned a list of salesQuoteLines
GET /companies({company_id})/salesQuotes({salesQuote_id})/salesQuoteLines
/companies({company_id})/salesQuotes({salesQuote_id})/salesQuoteLines
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| salesQuote_id | path | required | string | (v1.0) id for salesQuote |
application/json
SalesQuoteLineCreateD365ObjectRequest
(v1.0) A new salesQuoteLine has been succesfully created
POST /companies({company_id})/salesQuotes({salesQuote_id})/salesQuoteLines
/companies({company_id})/salesQuotes({salesQuote_id})/salesQuoteLines('{salesQuoteLine_id}')
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| salesQuote_id | path | required | string | (v1.0) id for salesQuote |
| salesQuoteLine_id | path | required | string | (v1.0) id for salesQuoteLine |
(v1.0) Succesfully deleted the specified salesQuoteLine
DELETE /companies({company_id})/salesQuotes({salesQuote_id})/salesQuoteLines('{salesQuoteLine_id}')
/companies({company_id})/salesQuotes({salesQuote_id})/salesQuoteLines('{salesQuoteLine_id}')
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| salesQuote_id | path | required | string | (v1.0) id for salesQuote |
| salesQuoteLine_id | path | required | string | (v1.0) id for salesQuoteLine |
| $expand | query | optional | array | (v1.0) Entities to expand |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned the requested salesQuoteLine
GET /companies({company_id})/salesQuotes({salesQuote_id})/salesQuoteLines('{salesQuoteLine_id}')
/companies({company_id})/salesQuotes({salesQuote_id})/salesQuoteLines('{salesQuoteLine_id}')
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| salesQuote_id | path | required | string | (v1.0) id for salesQuote |
| salesQuoteLine_id | path | required | string | (v1.0) id for salesQuoteLine |
| If-Match | header | optional | string | (v1.0) Required. When this request header is included and the eTag provided does not match the current tag on the entity, this will not be updated. |
application/json
SalesQuoteLineCreateD365ObjectRequest
(v1.0) Succesfully updated the specifiedsalesQuoteLine
PATCH /companies({company_id})/salesQuotes({salesQuote_id})/salesQuoteLines('{salesQuoteLine_id}')
/companies({company_id})/shipmentMethods
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| $top | query | optional | integer | (v1.0) Number of items to return from the top of the list |
| $skip | query | optional | integer | (v1.0) Number of items to skip from the list |
| $limit | query | optional | integer | (v1.0) Number of items to return from the list |
| $filter | query | optional | string | (v1.0) Filtering expression |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned a list of shipmentMethods
GET /companies({company_id})/shipmentMethods
/companies({company_id})/shipmentMethods
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
application/json
ShipmentMethodCreateDynamicsObjectRequest
(v1.0) A new shipmentMethod has been succesfully created
POST /companies({company_id})/shipmentMethods
/companies({company_id})/shipmentMethods({shipmentMethod_id})
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| shipmentMethod_id | path | required | string | (v1.0) id for shipmentMethod |
(v1.0) Succesfully deleted the specified shipmentMethod
DELETE /companies({company_id})/shipmentMethods({shipmentMethod_id})
/companies({company_id})/shipmentMethods({shipmentMethod_id})
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| shipmentMethod_id | path | required | string | (v1.0) id for shipmentMethod |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned the requested shipmentMethod
GET /companies({company_id})/shipmentMethods({shipmentMethod_id})
/companies({company_id})/shipmentMethods({shipmentMethod_id})
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| shipmentMethod_id | path | required | string | (v1.0) id for shipmentMethod |
| If-Match | header | optional | string | (v1.0) Required. When this request header is included and the eTag provided does not match the current tag on the entity, this will not be updated. |
application/json
ShipmentMethodCreateDynamicsObjectRequest
(v1.0) Succesfully updated the specifiedshipmentMethod
PATCH /companies({company_id})/shipmentMethods({shipmentMethod_id})
/companies({company_id})/taxAreas
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| $top | query | optional | integer | (v1.0) Number of items to return from the top of the list |
| $skip | query | optional | integer | (v1.0) Number of items to skip from the list |
| $limit | query | optional | integer | (v1.0) Number of items to return from the list |
| $filter | query | optional | string | (v1.0) Filtering expression |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned a list of taxAreas
GET /companies({company_id})/taxAreas
/companies({company_id})/taxAreas
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
application/json
TaxAreaCreateD365ObjectRequest
(v1.0) A new taxArea has been succesfully created
POST /companies({company_id})/taxAreas
/companies({company_id})/taxAreas({taxArea_id})
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| taxArea_id | path | required | string | (v1.0) id for taxArea |
(v1.0) Succesfully deleted the specified taxArea
DELETE /companies({company_id})/taxAreas({taxArea_id})
/companies({company_id})/taxAreas({taxArea_id})
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| taxArea_id | path | required | string | (v1.0) id for taxArea |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned the requested taxArea
GET /companies({company_id})/taxAreas({taxArea_id})
/companies({company_id})/taxAreas({taxArea_id})
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| taxArea_id | path | required | string | (v1.0) id for taxArea |
| If-Match | header | optional | string | (v1.0) Required. When this request header is included and the eTag provided does not match the current tag on the entity, this will not be updated. |
application/json
TaxAreaCreateD365ObjectRequest
(v1.0) Succesfully updated the specifiedtaxArea
PATCH /companies({company_id})/taxAreas({taxArea_id})
/companies({company_id})/taxGroups
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| $top | query | optional | integer | (v1.0) Number of items to return from the top of the list |
| $skip | query | optional | integer | (v1.0) Number of items to skip from the list |
| $limit | query | optional | integer | (v1.0) Number of items to return from the list |
| $filter | query | optional | string | (v1.0) Filtering expression |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned a list of taxGroups
GET /companies({company_id})/taxGroups
/companies({company_id})/taxGroups
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
application/json
TaxGroupCreateDynamicsObjectRequest
(v1.0) A new taxGroup has been succesfully created
POST /companies({company_id})/taxGroups
/companies({company_id})/taxGroups({taxGroup_id})
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| taxGroup_id | path | required | string | (v1.0) id for taxGroup |
(v1.0) Succesfully deleted the specified taxGroup
DELETE /companies({company_id})/taxGroups({taxGroup_id})
/companies({company_id})/taxGroups({taxGroup_id})
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| taxGroup_id | path | required | string | (v1.0) id for taxGroup |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned the requested taxGroup
GET /companies({company_id})/taxGroups({taxGroup_id})
/companies({company_id})/taxGroups({taxGroup_id})
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| taxGroup_id | path | required | string | (v1.0) id for taxGroup |
| If-Match | header | optional | string | (v1.0) Required. When this request header is included and the eTag provided does not match the current tag on the entity, this will not be updated. |
application/json
TaxGroupCreateDynamicsObjectRequest
(v1.0) Succesfully updated the specifiedtaxGroup
PATCH /companies({company_id})/taxGroups({taxGroup_id})