- Introdução
- People
- Items
- POs
- Sales
- NFes
- NFSes
- Transactions
- Item Categories
- Warehouses
- Custom Fields
- Batches
- Webhooks
- Services
- Accounting
- CTes
Retorna uma ordem de produção específica buscando pelo código
GET
/pos/get/code/{code}
POs
Requisição
Parâmetros Path
code
string
requerido
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/get/code/'
Respostas
🟢200OK
application/json
Body
success
boolean
opcional
Padrão:
true
message
string
opcional
Padrão:
OP encontrada
response
object
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
userInfo
object
userInfo_userInfo
Exemplo
{
"success": true,
"message": "OP encontrada",
"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"
}
],
"userInfo": {
"_id": "string",
"role": "string",
"perimisions": [
"string"
],
"isVerified": true,
"showBanner": true,
"priceLists": [
"string"
],
"allLists": true,
"email": "user@example.com",
"name": "string",
"phone": "string",
"password": "string",
"companies": [
{
"_id": "string",
"company": "string"
}
],
"dateCreated": "YYYY-MM-DD HH:mm:ss",
"company": "string",
"__v": 0,
"api_key": "string"
}
}
}
🟠400Bad Request
🟠403Forbidden
🔴500Server Error
Modified at 2025-01-18 14:46:41