- Introdução
- People
- Items
- POs
- Sales
- NFes
- NFSes
- Transactions
- Item Categories
- Warehouses
- Custom Fields
- Batches
- Webhooks
- Services
- Accounting
- CTes
Retorna todas as ordens de produção
GET
/pos
POs
Requisição
Parâmetros Query
dateInit
string
opcional
dateFinal
string
opcional
code
string
opcional
Exemplos de Requisição
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/pos'
Respostas
🟢200OK
application/json
Body
success
boolean
opcional
Padrão:
true
message
string
opcional
Padrão:
OPs encontradas
response
array[object (po) {23}]
opcional
description
string
opcional
code
integer
requerido
details
string
opcional
status
string
opcional
stage
string
opcional
netTotal
number <float>
opcional
warehouse
string
opcional
child
string
opcional
tasks
array[object (po_tasks) {1}]
opcional
dateForeseenIni
string <date>
opcional
dateForeseenFinal
string <date>
opcional
tags
array[object (item_tags) {1}]
opcional
dateCreated
string <date>
opcional
sales
array[object (po_sales) {1}]
opcional
itemsPO
boolean
requerido
Padrão:
false
items
array[object (po_items) {5}]
opcional
itemsDone
array[object (po_itemsDone) {3}]
opcional
events
array[object (po_events) {4}]
opcional
dateEnd
string <date>
opcional
company
string
opcional
user
string
opcional
customFields
array[object (po_customFields) {2}]
opcional
updates
array[object (po_updates) {3}]
opcional
Exemplo
{
"success": true,
"message": "OPs encontradas",
"response": [
{
"description": "string",
"code": 0,
"details": "string",
"status": "string",
"stage": "string",
"netTotal": 0,
"warehouse": "string",
"child": "string",
"tasks": [
{
"taskId": "string"
}
],
"dateForeseenIni": "2019-08-24",
"dateForeseenFinal": "2019-08-24",
"tags": [
{
"tagId": "string"
}
],
"dateCreated": "2019-08-24",
"sales": [
{
"sale": "string"
}
],
"itemsPO": false,
"items": [
{
"item": "string",
"variation": "string",
"qty": 0,
"details": "string",
"price": 0
}
],
"itemsDone": [
{
"item": "string",
"variation": "string",
"qty": 0
}
],
"events": [
{
"statusOrig": "string",
"statusDest": "string",
"dateEvent": "2019-08-24",
"user": "string"
}
],
"dateEnd": "2019-08-24",
"company": "string",
"user": "string",
"customFields": [
{
"fieldId": "string",
"value": "string"
}
],
"updates": [
{
"user": "string",
"timestamp": "YYYY-MM-DD HH:mm:ss",
"description": "string"
}
]
}
]
}
🟠400Bad Request
🟠403Forbidden
🔴500Server Error
Modified at 2025-01-18 14:46:41