| Deck of Cards |
|---|
| | Card |
|---|
| id | 1 |
|---|
| label | Envio |
|---|
| effectType | fade |
|---|
| | Bloco de código |
|---|
| language | yml |
|---|
| theme | Midnight |
|---|
| firstline | 1 |
|---|
| title | JSON de envio (GET) |
|---|
| linenumbers | true |
|---|
| {
"Header":{
"UUID":"b72d51be-95fe-9dac-43d0-3ecf110a0813",
"Type":"BusinessMessage",
"SubType":"event",
"Event":"upsert",
"Transaction":"SELLER",
"StandardVersion":"1.000",
"Version":"2.001",
"SourceApplication":"P1212310T1",
"CompanyId":"T1",
"BranchId":"D MG 01 ",
"Enterprise":"D ",
"BusinessUnit":"MG ",
"ProductName":"Protheus",
"ProductVersion":"12",
"GeneratedOn":"2025-04-09T19:00:49Z",
"DeliveryType":"Async"
},
"Content":{
"CompanyId":"T1",
"BranchId":"D MG 01 ",
"CompanyInternalId":"T1|D MG 01 ",
"Code":"VEND01",
"InternalId":"T1|D MG|VEND01",
"Name":"VENDEDOR INTEGRACAO JSON",
"ShortName":"VEND INT JSON",
"Active":"0",
"Login":"000773",
"RepresentativeType":"I",
"PersonalIdentification":"63407313000189",
"SalesChargeInformation":{
"CustomerVendorInternalId":"T1|D MG|VEND01|01|F",
"SalesChargeInterface":"S"
},
"Address":{
"Address":"RUA A, 1",
"District":"BAIRRO TESTE",
"City":{
"Description":"SAO PAULO"
},
"State":{
"StateCode":"SP",
"StateInternalId":"SP",
"StateDescription":"SAO PAULO"
}
},
"ZipCode":"02511000",
"CommunicationInformation":{
"PhoneDDD":"011",
"PhoneNumber":"123456789",
"FaxDDD":"",
"FaxNumber":"123456789",
"FaxNumberExtension":"",
"HomePage":"TESTE.COM.BR",
"Email":"[email protected]"
}
}
} |
|
| Card |
|---|
| id | 2 |
|---|
| label | Recebimento |
|---|
| effectType | fade |
|---|
| | Bloco de código |
|---|
| language | js |
|---|
| theme | Midnight |
|---|
| firstline | 1 |
|---|
| title | JSON de Recebimento (POST) |
|---|
| linenumbers | true |
|---|
| {
"Header":{
"ProductVersion":"12",
"BranchId":"D MG 01 ",
"CompanyId":"T1",
"Enterprise":"D ",
"BusinessUnit":"MG ",
"DeliveryType":"Sync",
"Type":"BusinessMessage",
"SourceApplication":"MASTERSALES",
"ProductName":"PROTHEUS",
"Transaction":"SELLER",
"StandardVersion":"1.000",
"Version":"2.001",
"UUID":"DSERFAT-31253-12345678-ADDFIELDS-01",
"SubType":"Event",
"Event":"Upsert",
"GeneratedOn":"2025-04-04T10:05:01Z"
},
"Content":{
"CompanyId":"T1",
"CompanyInternalId":"T1|D MG 01 ",
"BranchId":"D MG 01 ",
"Code":"VEND02",
"InternalId":"T1|D MG |VEND02",
"ShortName":"VEND INT JSON 2",
"Name":"VENDEDOR INTEGRACAO JSON 2",
"Active":"0",
"SellerPassword":"12345 ",
"RepresentativeType":"I",
"ZipCode":"02511000",
"PersonalIdentification":"61830618000173",
"SalesChargeInformation":{
"SalesChargeInterface":"S",
"CustomerVendorInternalId":"01|02|003|04"
},
"Login":"USERORIGEM",
"Address":{
"Address":"AV BRAS LEME, 1000",
"District":"CASA VERDE",
"City":{
"Description":"SAO PAULO"
},
"State":{
"StateCode":"SP",
"StateDescription":"SAO PAULO",
"StateInternalId":"SP"
}
},
"CommunicationInformation":{
"PhoneNumber":"44557788 ",
"FaxNumber":"44557788 ",
"HomePage":"www.teste.com.br",
"PhoneDDD":"011",
"Email":"[email protected]"
}
}
} |
|
|
|