Sicurezza

Questo controller è sottoposto alle regole di security del sistema.
Per maggiori dettagli, fare riferimento alla sezione Authentication

Note

Le indicazioni riportate di seguito hanno lo scopo di illustrare le funzionalità e le caratteristiche di questo Web API controller.


Aliases

Questo controller è invocabile tramite altri nomi oltre a quello di default.

Ciò significa che, facendo riferimento alla grammatica di routing ({schema}://{host}/api/{version}/{controller}/{details}/{action}/{id}?{querystring}) è possibile utilizzare un fragment differente per il componente {controller}.

Di seguito è riportata la lista di tali alias per il fragment {controller}, in ordine di preferenza d'uso.

AliasPath
CustomErpDocuments/api/v1/CustomErpDocuments
CustomErpDocument/api/v1/CustomErpDocument

Authentication

Token JWT

Al fine di potere invocare le API REST, è necessario ottenere un token di autenticazione tramite l’apposito servizio /Auth/Login.
Per maggiori informazioni fare riferimento all'apposita sezione di questa guida.

Bearer Authentication

La "Bearer Authentication" (tradotta "autenticazione al portatore", detta anche "autenticazione token") è uno schema di autenticazione HTTP che coinvolge un token di sicurezza denominato bearer token.

Per maggiori informazioni fare riferimento all'apposita sezione di questa guida.

Identificazione dell’applicazione chiamante

Alcune delle funzioni delle API REST possono essere utilizzate solamente se (oltre ad una corretta autenticazione dell’utente) si esegue anche una dichiarazione dell’applicazione chiamante.

Per maggiori informazioni fare riferimento all'apposita sezione di questa guida.


Actions & Paths

Di seguito sono elencate le azioni REST eseguibili tramite le Web API.
Le azioni sono raggruppate per "topic".
Clicca un "topic" per visualizzare le diverse azioni in esso contenute.

Ad ogni azione corrisponde un metodo interno alla classe del controller Web API, ed un set di paths di routing utilizzabili per invocarla.

Explore by topics
Topic nameMost commonly used actions
CRUD
Multiple CRUD
External References
Misc
OData
Preview
Swagger

GET: /api/v1/CustomErpDocument/

Routing template:

/api/{version}/CustomErpDocument/

Tags:

  • CustomErpDocument

Produces:

  • HTTP 200: Int64 as application/json
  • HTTP 200: Int64 as text/json
  • HTTP 200: Int64 as application/json;IEEE754Compatible=false
  • HTTP 200: Int64 as application/json;IEEE754Compatible=true
  • HTTP 200: Int64 as application/xml
  • HTTP 200: Int64 as text/plain
  • HTTP 200: Int64 as application/octet-stream

Response: 200 (Success) ApiActionResult

Samples

Download HTTP 200 response sample

Download Postman collection sample

Provalo !


DELETE: /api/v1/CustomErpDocument/{id}

Parameters:

NameTypeRequiredInFeatures
id integer YES Path
  • Format: int64

Tags:

  • CustomErpDocument

Produces:

  • HTTP 200: Boolean as application/json
  • HTTP 200: Boolean as text/json
  • HTTP 200: Boolean as application/json;IEEE754Compatible=false
  • HTTP 200: Boolean as application/json;IEEE754Compatible=true
  • HTTP 200: Boolean as application/xml
  • HTTP 200: Boolean as text/plain
  • HTTP 200: Boolean as application/octet-stream

Response: 200 (Success) Boolean

Samples

Download HTTP 200 response sample

Download Postman collection sample

Provalo !


GET: /api/v1/CustomErpDocument/{id}

Parameters:

NameTypeRequiredInFeatures
id integer YES Path
  • Format: int64

Tags:

  • CustomErpDocument

Produces:

Response: 200 (Success) CustomErpDocumentDTO

Samples

Download HTTP 200 response sample

Download Postman collection sample

Provalo !


GET: /api/v1/CustomErpDocument/{id}/Archive

Parameters:

NameTypeRequiredInFeatures
id integer YES Path
  • Format: int64
template string NO Query
request CustomErpDocumentPrintableRequest NO Query

Tags:

  • CustomErpDocument

Produces:

  • HTTP 400: integer as application/json
  • HTTP 400: integer as text/json
  • HTTP 400: integer as application/json;IEEE754Compatible=false
  • HTTP 400: integer as application/json;IEEE754Compatible=true
  • HTTP 400: integer as application/xml
  • HTTP 400: integer as text/plain
  • HTTP 400: integer as application/octet-stream
  • HTTP 400: integer as text/xml

Response: 400 (Bad Request) integer

Samples

Download Postman collection sample

Provalo !


GET: /api/v1/CustomErpDocument/{id}/AsDataProduct

Parameters:

NameTypeRequiredInFeatures
id integer NO Query
  • Format: int64
includeExplicitlyDeclaredVirtualProperties boolean NO Query
  • Default: False
id string YES Path

Tags:

  • CustomErpDocument

Produces:

Response: 200 (Success) CustomErpDocumentDTO

Samples

Download HTTP 200 response sample

Download Postman collection sample

Provalo !


GET: /api/v1/CustomErpDocument/{id}/Exists

Parameters:

NameTypeRequiredInFeatures
id integer YES Path
  • Format: int64

Tags:

  • CustomErpDocument

Produces:

  • HTTP 200: Boolean as application/json
  • HTTP 200: Boolean as text/json
  • HTTP 200: Boolean as application/json;IEEE754Compatible=false
  • HTTP 200: Boolean as application/json;IEEE754Compatible=true
  • HTTP 200: Boolean as application/xml
  • HTTP 200: Boolean as text/plain
  • HTTP 200: Boolean as application/octet-stream

Response: 200 (Success) Boolean

Samples

Download HTTP 200 response sample

Download Postman collection sample

Provalo !


GET: /api/v1/CustomErpDocument/{id}/FreeFields

Parameters:

NameTypeRequiredInFeatures
id integer YES Path
  • Format: int64

Tags:

  • CustomErpDocument

Produces:

Response: 200 (Success) FreeFieldsBOItemDTO

Samples

Download HTTP 200 response sample

Download Postman collection sample

Provalo !


GET: /api/v1/CustomErpDocument/{id}/GetDownloadUrl

Parameters:

NameTypeRequiredInFeatures
id integer YES Path
  • Format: int64
template string NO Query
request CustomErpDocumentPrintableRequest NO Query

Tags:

  • CustomErpDocument

Produces:

  • HTTP 400: string as application/json
  • HTTP 400: string as text/json
  • HTTP 400: string as application/json;IEEE754Compatible=false
  • HTTP 400: string as application/json;IEEE754Compatible=true
  • HTTP 400: string as application/xml
  • HTTP 400: string as text/plain
  • HTTP 400: string as application/octet-stream
  • HTTP 400: string as text/xml

Response: 400 (Bad Request) string

Samples

Download Postman collection sample

Provalo !


GET: /api/v1/CustomErpDocument/{id}/GetFull

Parameters:

NameTypeRequiredInFeatures
id integer YES Path
  • Format: int64

Tags:

  • CustomErpDocument

Produces:

Response: 200 (Success) CustomErpDocumentDTO

Samples

Download HTTP 200 response sample

Download Postman collection sample

Provalo !


GET: /api/v1/CustomErpDocument/{id}/GetHash

Parameters:

NameTypeRequiredInFeatures
id integer YES Path
  • Format: int64

Tags:

  • CustomErpDocument

Produces:

  • HTTP 200: String as application/json
  • HTTP 200: String as text/json
  • HTTP 200: String as application/json;IEEE754Compatible=false
  • HTTP 200: String as application/json;IEEE754Compatible=true
  • HTTP 200: String as application/xml
  • HTTP 200: String as text/plain
  • HTTP 200: String as application/octet-stream

Response: 200 (Success) String

Samples

Download HTTP 200 response sample

Download Postman collection sample

Provalo !


GET: /api/v1/CustomErpDocument/{id}/GetPostDownloadUrl

Parameters:

NameTypeRequiredInFeatures
id integer YES Path
  • Format: int64
template string NO Query
request CustomErpDocumentPrintableRequest NO Query

Tags:

  • CustomErpDocument

Produces:

  • HTTP 400: string as application/json
  • HTTP 400: string as text/json
  • HTTP 400: string as application/json;IEEE754Compatible=false
  • HTTP 400: string as application/json;IEEE754Compatible=true
  • HTTP 400: string as application/xml
  • HTTP 400: string as text/plain
  • HTTP 400: string as application/octet-stream
  • HTTP 400: string as text/xml

Response: 400 (Bad Request) string

Samples

Download Postman collection sample

Provalo !


POST: /api/v1/CustomErpDocument/{id}/HtmlPreview

Parameters:

NameTypeRequiredInFeatures
id integer YES Path
  • Format: int64
template string NO Query
request CustomErpDocumentPrintableRequest NO Query

Tags:

  • CustomErpDocument

Produces:

  • HTTP 200: String as application/json
  • HTTP 200: String as text/json
  • HTTP 200: String as application/json;IEEE754Compatible=false
  • HTTP 200: String as application/json;IEEE754Compatible=true
  • HTTP 200: String as application/xml
  • HTTP 200: String as text/plain
  • HTTP 200: String as application/octet-stream

Response: 200 (Success) String

Samples

Download HTTP 200 response sample

Download Postman collection sample

Provalo !


GET: /api/v1/CustomErpDocument/{id}/Humanize

Parameters:

NameTypeRequiredInFeatures
id integer YES Path
  • Format: int64

Tags:

  • CustomErpDocument

Produces:

Response: 200 (Success) CustomErpDocumentDTO

Samples

Download HTTP 200 response sample

Download Postman collection sample

Provalo !


DELETE: /api/v1/CustomErpDocument/{id}/Photo

Parameters:

NameTypeRequiredInFeatures
id integer YES Path
  • Format: int64

Tags:

  • CustomErpDocument

Response:

200 (Success)

Samples

Download HTTP 200 response sample

Download Postman collection sample

Provalo !


GET: /api/v1/CustomErpDocument/{id}/Photo

Parameters:

NameTypeRequiredInFeatures
id integer YES Path
  • Format: int64

Tags:

  • CustomErpDocument

Response:

200 (Success)

Samples

Download HTTP 200 response sample

Download Postman collection sample

Provalo !


POST: /api/v1/CustomErpDocument/{id}/Photo

Parameters:

NameTypeRequiredInFeatures
id integer YES Path
  • Format: int64

Tags:

  • CustomErpDocument

Consumes:

  • multipart/form-data

Response:

200 (Success)

Samples

Download HTTP 200 response sample

Download Postman collection sample

Provalo !


GET: /api/v1/CustomErpDocument/{id}/Preview

Parameters:

NameTypeRequiredInFeatures
id integer YES Path
  • Format: int64
page integer NO Query
  • Default: 1
  • Format: int32
zoom integer NO Query
  • Default: 0
  • Format: int32
template string NO Query
request CustomErpDocumentPrintableRequest NO Query

Tags:

  • CustomErpDocument

Response:

200 (Success)

Samples

Download HTTP 200 response sample

Download Postman collection sample

Provalo !


POST: /api/v1/CustomErpDocument/{id}/Previews

Parameters:

NameTypeRequiredInFeatures
id integer YES Path
  • Format: int64
template string NO Query
request CustomErpDocumentPrintableRequest NO Query

Tags:

  • CustomErpDocument

Produces:

  • HTTP 400: array of FilePreview as application/json
  • HTTP 400: array of FilePreview as text/json
  • HTTP 400: array of FilePreview as application/json;IEEE754Compatible=false
  • HTTP 400: array of FilePreview as application/json;IEEE754Compatible=true
  • HTTP 400: array of FilePreview as application/xml
  • HTTP 400: array of FilePreview as text/plain
  • HTTP 400: array of FilePreview as application/octet-stream
  • HTTP 400: array of FilePreview as text/xml

Response: 400 (Bad Request) array of FilePreview

Samples

Download Postman collection sample

Provalo !


PUT: /api/v1/CustomErpDocument/{id}/Recent

Parameters:

NameTypeRequiredInFeatures
id integer YES Path
  • Format: int64
recentRouteType RecentRouteType NO Query

Tags:

  • CustomErpDocument

Produces:

  • HTTP 400: boolean as application/json
  • HTTP 400: boolean as text/json
  • HTTP 400: boolean as application/json;IEEE754Compatible=false
  • HTTP 400: boolean as application/json;IEEE754Compatible=true
  • HTTP 400: boolean as application/xml
  • HTTP 400: boolean as text/plain
  • HTTP 400: boolean as application/octet-stream
  • HTTP 400: boolean as text/xml

Response: 400 (Bad Request) boolean

Samples

Download Postman collection sample

Provalo !


POST: /api/v1/CustomErpDocument/AddProductsByCode

Parameters:

NameTypeRequiredInFeatures
insertPosition integer NO Query
  • Format: int32
overrideCurrent boolean NO Query
lang string NO Query

Tags:

  • CustomErpDocument

Consumes:

  • application/json
  • application/json;IEEE754Compatible=false
  • application/json;IEEE754Compatible=true
  • application/xml
  • text/plain
  • application/json-patch+json
  • text/json
  • application/*+json

Produces:

Response: 200 (Success) CustomErpDocumentDTO

Samples

Download HTTP 200 response sample

Download Postman collection sample

Provalo !


POST: /api/v1/CustomErpDocument/ApplyCalculateTotalDocument

Routing template:

/api/{version}/CustomErpDocument/ApplyCalculateTotalDocument

Tags:

  • CustomErpDocument

Consumes:

  • application/json
  • application/json;IEEE754Compatible=false
  • application/json;IEEE754Compatible=true
  • application/xml
  • text/plain
  • application/json-patch+json
  • text/json
  • application/*+json

Produces:

Response: 200 (Success) CustomErpDocumentDTO

Samples

Download HTTP 200 response sample

Download Postman collection sample

Provalo !


POST: /api/v1/CustomErpDocument/ApplyCalculateTotalDocumentWithFooterTotals

Routing template:

/api/{version}/CustomErpDocument/ApplyCalculateTotalDocumentWithFooterTotals

Tags:

  • CustomErpDocument

Consumes:

  • application/json
  • application/json;IEEE754Compatible=false
  • application/json;IEEE754Compatible=true
  • application/xml
  • text/plain
  • application/json-patch+json
  • text/json
  • application/*+json

Response:

200 (Success)

Samples

Download HTTP 200 response sample

Download Postman collection sample

Provalo !


POST: /api/v1/CustomErpDocument/CatalogCodeChanged

Parameters:

NameTypeRequiredInFeatures
rowIndex integer NO Query
  • Format: int32

Tags:

  • CustomErpDocument

Consumes:

  • application/json
  • application/json;IEEE754Compatible=false
  • application/json;IEEE754Compatible=true
  • application/xml
  • text/plain
  • application/json-patch+json
  • text/json
  • application/*+json

Produces:

  • HTTP 400: ERPRowDTO as application/json
  • HTTP 400: ERPRowDTO as text/json
  • HTTP 400: ERPRowDTO as application/json;IEEE754Compatible=false
  • HTTP 400: ERPRowDTO as application/json;IEEE754Compatible=true
  • HTTP 400: ERPRowDTO as application/xml
  • HTTP 400: ERPRowDTO as text/plain
  • HTTP 400: ERPRowDTO as application/octet-stream

Response: 400 (Bad Request) ERPRowDTO

Samples

Download Postman collection sample

Provalo !


POST: /api/v1/CustomErpDocument/CloneRowsGroups

Routing template:

/api/{version}/CustomErpDocument/CloneRowsGroups

Tags:

  • CustomErpDocument

Consumes:

  • application/json
  • application/json;IEEE754Compatible=false
  • application/json;IEEE754Compatible=true
  • application/xml
  • text/plain
  • application/json-patch+json
  • text/json
  • application/*+json

Produces:

Response: 200 (Success) CustomErpDocumentDTO

Samples

Download HTTP 200 response sample

Download Postman collection sample

Provalo !


POST: /api/v1/CustomErpDocument/CostChanged

Parameters:

NameTypeRequiredInFeatures
rowIndex integer NO Query
  • Format: int32

Tags:

  • CustomErpDocument

Consumes:

  • application/json
  • application/json;IEEE754Compatible=false
  • application/json;IEEE754Compatible=true
  • application/xml
  • text/plain
  • application/json-patch+json
  • text/json
  • application/*+json

Produces:

  • HTTP 400: ERPRowDTO as application/json
  • HTTP 400: ERPRowDTO as text/json
  • HTTP 400: ERPRowDTO as application/json;IEEE754Compatible=false
  • HTTP 400: ERPRowDTO as application/json;IEEE754Compatible=true
  • HTTP 400: ERPRowDTO as application/xml
  • HTTP 400: ERPRowDTO as text/plain
  • HTTP 400: ERPRowDTO as application/octet-stream

Response: 400 (Bad Request) ERPRowDTO

Samples

Download Postman collection sample

Provalo !


GET: /api/v1/CustomErpDocument/Count

Parameters:

NameTypeRequiredInFeatures
filter string NO Query

Tags:

  • CustomErpDocument

Produces:

  • HTTP 200: Int32 as application/json
  • HTTP 200: Int32 as text/json
  • HTTP 200: Int32 as application/json;IEEE754Compatible=false
  • HTTP 200: Int32 as application/json;IEEE754Compatible=true
  • HTTP 200: Int32 as application/xml
  • HTTP 200: Int32 as text/plain
  • HTTP 200: Int32 as application/octet-stream

Response: 200 (Success) Int32

Samples

Download HTTP 200 response sample

Download Postman collection sample

Provalo !


POST: /api/v1/CustomErpDocument/CreateOrUpdate

Routing template:

/api/{version}/CustomErpDocument/CreateOrUpdate

Tags:

  • CustomErpDocument

Consumes:

  • application/json
  • application/json;IEEE754Compatible=false
  • application/json;IEEE754Compatible=true
  • application/xml
  • text/plain
  • application/json-patch+json
  • text/json
  • application/*+json

Produces:

  • HTTP 200: Int64 as application/json
  • HTTP 200: Int64 as text/json
  • HTTP 200: Int64 as application/json;IEEE754Compatible=false
  • HTTP 200: Int64 as application/json;IEEE754Compatible=true
  • HTTP 200: Int64 as application/xml
  • HTTP 200: Int64 as text/plain
  • HTTP 200: Int64 as application/octet-stream

Response: 200 (Success) ApiActionResult

Samples

Download HTTP 200 response sample

Download Postman collection sample

Provalo !


DELETE: /api/v1/CustomErpDocument/DeleteByExternalReference

Parameters:

NameTypeRequiredInFeatures
externalReference string NO Query

Tags:

  • CustomErpDocument

Produces:

  • HTTP 200: Boolean as application/json
  • HTTP 200: Boolean as text/json
  • HTTP 200: Boolean as application/json;IEEE754Compatible=false
  • HTTP 200: Boolean as application/json;IEEE754Compatible=true
  • HTTP 200: Boolean as application/xml
  • HTTP 200: Boolean as text/plain
  • HTTP 200: Boolean as application/octet-stream

Response: 200 (Success) Boolean

Samples

Download HTTP 200 response sample

Download Postman collection sample

Provalo !


GET: /api/v1/CustomErpDocument/DeleteByExternalReference

Parameters:

NameTypeRequiredInFeatures
externalReference string NO Query

Tags:

  • CustomErpDocument

Produces:

  • HTTP 200: Boolean as application/json
  • HTTP 200: Boolean as text/json
  • HTTP 200: Boolean as application/json;IEEE754Compatible=false
  • HTTP 200: Boolean as application/json;IEEE754Compatible=true
  • HTTP 200: Boolean as application/xml
  • HTTP 200: Boolean as text/plain
  • HTTP 200: Boolean as application/octet-stream

Response: 200 (Success) Boolean

Samples

Download HTTP 200 response sample

Download Postman collection sample

Provalo !


POST: /api/v1/CustomErpDocument/DiscountFormulaChanged

Parameters:

NameTypeRequiredInFeatures
rowIndex integer NO Query
  • Format: int32

Tags:

  • CustomErpDocument

Consumes:

  • application/json
  • application/json;IEEE754Compatible=false
  • application/json;IEEE754Compatible=true
  • application/xml
  • text/plain
  • application/json-patch+json
  • text/json
  • application/*+json

Produces:

  • HTTP 400: ERPRowDTO as application/json
  • HTTP 400: ERPRowDTO as text/json
  • HTTP 400: ERPRowDTO as application/json;IEEE754Compatible=false
  • HTTP 400: ERPRowDTO as application/json;IEEE754Compatible=true
  • HTTP 400: ERPRowDTO as application/xml
  • HTTP 400: ERPRowDTO as text/plain
  • HTTP 400: ERPRowDTO as application/octet-stream

Response: 400 (Bad Request) ERPRowDTO

Samples

Download Postman collection sample

Provalo !


POST: /api/v1/CustomErpDocument/ExportRowsInExcel

Parameters:

NameTypeRequiredInFeatures
exportDescription boolean NO Query
exportDescriptionNewLine boolean NO Query
exportExtensions boolean NO Query
exportFreeFields boolean NO Query

Tags:

  • CustomErpDocument

Consumes:

  • application/json
  • application/json;IEEE754Compatible=false
  • application/json;IEEE754Compatible=true
  • application/xml
  • text/plain
  • application/json-patch+json
  • text/json
  • application/*+json

Produces:

Response: 200 (Success) IErpExportRowsExcelInfo

Samples

Download HTTP 200 response sample

Download Postman collection sample

Provalo !


POST: /api/v1/CustomErpDocument/GainChanged

Parameters:

NameTypeRequiredInFeatures
rowIndex integer NO Query
  • Format: int32

Tags:

  • CustomErpDocument

Consumes:

  • application/json
  • application/json;IEEE754Compatible=false
  • application/json;IEEE754Compatible=true
  • application/xml
  • text/plain
  • application/json-patch+json
  • text/json
  • application/*+json

Produces:

  • HTTP 400: ERPRowDTO as application/json
  • HTTP 400: ERPRowDTO as text/json
  • HTTP 400: ERPRowDTO as application/json;IEEE754Compatible=false
  • HTTP 400: ERPRowDTO as application/json;IEEE754Compatible=true
  • HTTP 400: ERPRowDTO as application/xml
  • HTTP 400: ERPRowDTO as text/plain
  • HTTP 400: ERPRowDTO as application/octet-stream

Response: 400 (Bad Request) ERPRowDTO

Samples

Download Postman collection sample

Provalo !


GET: /api/v1/CustomErpDocument/GetBoDeleteModes

Routing template:

/api/{version}/CustomErpDocument/GetBoDeleteModes

Tags:

  • CustomErpDocument

Produces:

Response: 200 (Success) array of BoDeleteMode

Samples

Download HTTP 200 response sample

Download Postman collection sample

Provalo !


GET: /api/v1/CustomErpDocument/GetByExternalReference

Parameters:

NameTypeRequiredInFeatures
externalReference string NO Query

Tags:

  • CustomErpDocument

Produces:

Response: 200 (Success) CustomErpDocumentDTO

Samples

Download HTTP 200 response sample

Download Postman collection sample

Provalo !


GET: /api/v1/CustomErpDocument/GetDataProductSchema

Parameters:

NameTypeRequiredInFeatures
honorAcceptLanguageHeader boolean NO Query
  • Default: False
includeExplicitlyDeclaredVirtualProperties boolean NO Query
  • Default: False

Tags:

  • CustomErpDocument

Produces:

  • HTTP 400: dynamic content as application/json
  • HTTP 400: dynamic content as text/json
  • HTTP 400: dynamic content as application/json;IEEE754Compatible=false
  • HTTP 400: dynamic content as application/json;IEEE754Compatible=true
  • HTTP 400: dynamic content as application/xml
  • HTTP 400: dynamic content as text/plain
  • HTTP 400: dynamic content as application/octet-stream

Response: 400 (Bad Request) dynamic content

Samples

Download Postman collection sample

Provalo !


GET: /api/v1/CustomErpDocument/GetIdsByExternalReference

Parameters:

NameTypeRequiredInFeatures
externalReference string NO Query
excludeDeletedItems boolean NO Query

Tags:

  • CustomErpDocument

Produces:

  • HTTP 200: Int64 as application/json
  • HTTP 200: Int64 as text/json
  • HTTP 200: Int64 as application/json;IEEE754Compatible=false
  • HTTP 200: Int64 as application/json;IEEE754Compatible=true
  • HTTP 200: Int64 as application/xml
  • HTTP 200: Int64 as text/plain
  • HTTP 200: Int64 as application/octet-stream

Response: 200 (Success) Int64

Samples

Download HTTP 200 response sample

Download Postman collection sample

Provalo !


POST: /api/v1/CustomErpDocument/GetIdsMappedByExternalReference

Routing template:

/api/{version}/CustomErpDocument/GetIdsMappedByExternalReference

Tags:

  • CustomErpDocument

Consumes:

  • application/json
  • application/json;IEEE754Compatible=false
  • application/json;IEEE754Compatible=true
  • application/xml
  • text/plain
  • application/json-patch+json
  • text/json
  • application/*+json
  • text/xml
  • application/*+xml

Produces:

  • HTTP 200: Int64 as application/json
  • HTTP 200: Int64 as text/json
  • HTTP 200: Int64 as application/json;IEEE754Compatible=false
  • HTTP 200: Int64 as application/json;IEEE754Compatible=true
  • HTTP 200: Int64 as application/xml
  • HTTP 200: Int64 as text/plain
  • HTTP 200: Int64 as application/octet-stream

Response: 200 (Success) ApiActionResult

Samples

Download HTTP 200 response sample

Download Postman collection sample

Provalo !


POST: /api/v1/CustomErpDocument/GetIdsNotMappedByExternalReference

Routing template:

/api/{version}/CustomErpDocument/GetIdsNotMappedByExternalReference

Tags:

  • CustomErpDocument

Consumes:

  • application/json
  • application/json;IEEE754Compatible=false
  • application/json;IEEE754Compatible=true
  • application/xml
  • text/plain
  • application/json-patch+json
  • text/json
  • application/*+json
  • text/xml
  • application/*+xml

Produces:

  • HTTP 200: Int64 as application/json
  • HTTP 200: Int64 as text/json
  • HTTP 200: Int64 as application/json;IEEE754Compatible=false
  • HTTP 200: Int64 as application/json;IEEE754Compatible=true
  • HTTP 200: Int64 as application/xml
  • HTTP 200: Int64 as text/plain
  • HTTP 200: Int64 as application/octet-stream

Response: 200 (Success) ApiActionResult

Samples

Download HTTP 200 response sample

Download Postman collection sample

Provalo !


POST: /api/v1/CustomErpDocument/GetInfo

Routing template:

/api/{version}/CustomErpDocument/GetInfo

Tags:

  • CustomErpDocument

Consumes:

  • application/json
  • application/json;IEEE754Compatible=false
  • application/json;IEEE754Compatible=true
  • application/xml
  • text/plain
  • application/json-patch+json
  • text/json
  • application/*+json

Response:

200 (Success)

Samples

Download HTTP 200 response sample

Download Postman collection sample

Provalo !


POST: /api/v1/CustomErpDocument/GetItemsMappedByExternalReference

Routing template:

/api/{version}/CustomErpDocument/GetItemsMappedByExternalReference

Tags:

  • CustomErpDocument

Consumes:

  • application/json
  • application/json;IEEE754Compatible=false
  • application/json;IEEE754Compatible=true
  • application/xml
  • text/plain
  • application/json-patch+json
  • text/json
  • application/*+json
  • text/xml
  • application/*+xml

Produces:

Response: 200 (Success) ApiActionResult

Samples

Download HTTP 200 response sample

Download Postman collection sample

Provalo !


POST: /api/v1/CustomErpDocument/GetItemsNotMappedByExternalReference

Routing template:

/api/{version}/CustomErpDocument/GetItemsNotMappedByExternalReference

Tags:

  • CustomErpDocument

Consumes:

  • application/json
  • application/json;IEEE754Compatible=false
  • application/json;IEEE754Compatible=true
  • application/xml
  • text/plain
  • application/json-patch+json
  • text/json
  • application/*+json
  • text/xml
  • application/*+xml

Produces:

Response: 200 (Success) ApiActionResult

Samples

Download HTTP 200 response sample

Download Postman collection sample

Provalo !


GET: /api/v1/CustomErpDocument/GetNewInstance

Routing template:

/api/{version}/CustomErpDocument/GetNewInstance

Tags:

  • CustomErpDocument

Produces:

Response: 200 (Success) CustomErpDocumentDTO

Samples

Download HTTP 200 response sample

Download Postman collection sample

Provalo !


GET: /api/v1/CustomErpDocument/GetNewRowInstance

Routing template:

/api/{version}/CustomErpDocument/GetNewRowInstance

Tags:

  • CustomErpDocument

Produces:

  • HTTP 200: ERPRowDTO as application/json
  • HTTP 200: ERPRowDTO as text/json
  • HTTP 200: ERPRowDTO as application/json;IEEE754Compatible=false
  • HTTP 200: ERPRowDTO as application/json;IEEE754Compatible=true
  • HTTP 200: ERPRowDTO as application/xml
  • HTTP 200: ERPRowDTO as text/plain
  • HTTP 200: ERPRowDTO as application/octet-stream

Response: 200 (Success) ERPRowDTO

Samples

Download HTTP 200 response sample

Download Postman collection sample

Provalo !


POST: /api/v1/CustomErpDocument/GetNewRowInstance

Routing template:

/api/{version}/CustomErpDocument/GetNewRowInstance

Tags:

  • CustomErpDocument

Produces:

  • HTTP 200: ERPRowDTO as application/json
  • HTTP 200: ERPRowDTO as text/json
  • HTTP 200: ERPRowDTO as application/json;IEEE754Compatible=false
  • HTTP 200: ERPRowDTO as application/json;IEEE754Compatible=true
  • HTTP 200: ERPRowDTO as application/xml
  • HTTP 200: ERPRowDTO as text/plain
  • HTTP 200: ERPRowDTO as application/octet-stream

Response: 200 (Success) ERPRowDTO

Samples

Download HTTP 200 response sample

Download Postman collection sample

Provalo !


GET: /api/v1/CustomErpDocument/GetPolymorphicSchema

Parameters:

NameTypeRequiredInFeatures
serializePropertiesAsDictionary boolean NO Query
  • Default: True
honorAcceptLanguageHeader boolean NO Query
  • Default: False
generateSample boolean NO Query
  • Default: False
sampleGenerationStrategy SampleGenerationStrategy NO Query
useExtensions boolean NO Query
  • Default: True
includeExplicitlyDeclaredVirtualProperties boolean NO Query
  • Default: False

Tags:

  • CustomErpDocument

Produces:

  • HTTP 400: dynamic content as application/json
  • HTTP 400: dynamic content as text/json
  • HTTP 400: dynamic content as application/json;IEEE754Compatible=false
  • HTTP 400: dynamic content as application/json;IEEE754Compatible=true
  • HTTP 400: dynamic content as application/xml
  • HTTP 400: dynamic content as text/plain
  • HTTP 400: dynamic content as application/octet-stream

Response: 400 (Bad Request) dynamic content

Samples

Download Postman collection sample

Provalo !


GET: /api/v1/CustomErpDocument/GetPolymorphicStandardSchema

Parameters:

NameTypeRequiredInFeatures
honorAcceptLanguageHeader boolean NO Query
  • Default: False
includeExplicitlyDeclaredVirtualProperties boolean NO Query
  • Default: True
wrapAsHermesCloudEvent boolean NO Query
  • Default: False
schemaVersion StandardSchemaVersion NO Query

Tags:

  • CustomErpDocument

Produces:

  • HTTP 400: dynamic content as application/json
  • HTTP 400: dynamic content as text/json
  • HTTP 400: dynamic content as application/json;IEEE754Compatible=false
  • HTTP 400: dynamic content as application/json;IEEE754Compatible=true
  • HTTP 400: dynamic content as application/xml
  • HTTP 400: dynamic content as text/plain
  • HTTP 400: dynamic content as application/octet-stream

Response: 400 (Bad Request) dynamic content

Samples

Download Postman collection sample

Provalo !


GET: /api/v1/CustomErpDocument/GetPriceListCurrency

Parameters:

NameTypeRequiredInFeatures
listId integer NO Query
  • Format: int64

Tags:

  • CustomErpDocument

Produces:

  • HTTP 200: Int64 as application/json
  • HTTP 200: Int64 as text/json
  • HTTP 200: Int64 as application/json;IEEE754Compatible=false
  • HTTP 200: Int64 as application/json;IEEE754Compatible=true
  • HTTP 200: Int64 as application/xml
  • HTTP 200: Int64 as text/plain
  • HTTP 200: Int64 as application/octet-stream

Response: 200 (Success) Int64

Samples

Download HTTP 200 response sample

Download Postman collection sample

Provalo !


GET: /api/v1/CustomErpDocument/GetSample

Parameters:

NameTypeRequiredInFeatures
force boolean NO Query
  • Default: False
sampleGenerationStrategy SampleGenerationStrategy NO Query
useExtensions boolean NO Query
  • Default: True

Tags:

  • CustomErpDocument

Produces:

  • HTTP 200: JObject as application/json
  • HTTP 200: JObject as text/json
  • HTTP 200: JObject as application/json;IEEE754Compatible=false
  • HTTP 200: JObject as application/json;IEEE754Compatible=true
  • HTTP 200: JObject as application/xml
  • HTTP 200: JObject as text/plain
  • HTTP 200: JObject as application/octet-stream

Response: 200 (Success) JObject

Samples

Download HTTP 200 response sample

Download Postman collection sample

Provalo !


GET: /api/v1/CustomErpDocument/GetStandardSchema

Parameters:

NameTypeRequiredInFeatures
honorAcceptLanguageHeader boolean NO Query
  • Default: False

Tags:

  • CustomErpDocument

Produces:

  • HTTP 400: dynamic content as application/json
  • HTTP 400: dynamic content as text/json
  • HTTP 400: dynamic content as application/json;IEEE754Compatible=false
  • HTTP 400: dynamic content as application/json;IEEE754Compatible=true
  • HTTP 400: dynamic content as application/xml
  • HTTP 400: dynamic content as text/plain
  • HTTP 400: dynamic content as application/octet-stream

Response: 400 (Bad Request) dynamic content

Samples

Download Postman collection sample

Provalo !


GET: /api/v1/CustomErpDocument/GetSwagger

Parameters:

NameTypeRequiredInFeatures
honorAcceptLanguageHeader boolean NO Query
  • Default: False
bestPracticeOnly boolean NO Query
  • Default: True

Tags:

  • CustomErpDocument

Produces:

  • HTTP 200: dynamic content as application/json
  • HTTP 200: dynamic content as text/json
  • HTTP 200: dynamic content as application/json;IEEE754Compatible=false
  • HTTP 200: dynamic content as application/json;IEEE754Compatible=true
  • HTTP 200: dynamic content as application/xml
  • HTTP 200: dynamic content as text/plain
  • HTTP 200: dynamic content as application/octet-stream

Response: 200 (Success) dynamic content

Samples

Download HTTP 200 response sample

Download Postman collection sample

Provalo !


POST: /api/v1/CustomErpDocument/ImportRows

Routing template:

/api/{version}/CustomErpDocument/ImportRows

Tags:

  • CustomErpDocument

Consumes:

  • application/json
  • application/json;IEEE754Compatible=false
  • application/json;IEEE754Compatible=true
  • application/xml
  • text/plain
  • application/json-patch+json
  • text/json
  • application/*+json

Produces:

Response: 200 (Success) CustomErpDocumentDTO

Samples

Download HTTP 200 response sample

Download Postman collection sample

Provalo !


POST: /api/v1/CustomErpDocument/LinkedProducts

Parameters:

NameTypeRequiredInFeatures
rowIndex integer NO Query
  • Format: int32

Tags:

  • CustomErpDocument

Consumes:

  • application/json
  • application/json;IEEE754Compatible=false
  • application/json;IEEE754Compatible=true
  • application/xml
  • text/plain
  • application/json-patch+json
  • text/json
  • application/*+json

Produces:

Response: 400 (Bad Request) ICatalogCodeChangeResponse

Samples

Download Postman collection sample

Provalo !


POST: /api/v1/CustomErpDocument/MapByExternalReference

Routing template:

/api/{version}/CustomErpDocument/MapByExternalReference

Tags:

  • CustomErpDocument

Consumes:

  • application/json
  • application/json;IEEE754Compatible=false
  • application/json;IEEE754Compatible=true
  • application/xml
  • text/plain
  • application/json-patch+json
  • text/json
  • application/*+json
  • text/xml
  • application/*+xml

Response:

200 (Success)

Samples

Download HTTP 200 response sample

Download Postman collection sample

Provalo !


DELETE: /api/v1/CustomErpDocument/MultipleDelete

Routing template:

/api/{version}/CustomErpDocument/MultipleDelete

Tags:

  • CustomErpDocument

Consumes:

  • application/json
  • application/json;IEEE754Compatible=false
  • application/json;IEEE754Compatible=true
  • application/xml
  • text/plain
  • application/json-patch+json
  • text/json
  • application/*+json
  • text/xml
  • application/*+xml

Produces:

Response: 200 (Success) ApiActionResult

Samples

Download HTTP 200 response sample

Download Postman collection sample

Provalo !


POST: /api/v1/CustomErpDocument/MultipleDelete

Routing template:

/api/{version}/CustomErpDocument/MultipleDelete

Tags:

  • CustomErpDocument

Consumes:

  • application/json
  • application/json;IEEE754Compatible=false
  • application/json;IEEE754Compatible=true
  • application/xml
  • text/plain
  • application/json-patch+json
  • text/json
  • application/*+json
  • text/xml
  • application/*+xml

Produces:

Response: 200 (Success) ApiActionResult

Samples

Download HTTP 200 response sample

Download Postman collection sample

Provalo !


POST: /api/v1/CustomErpDocument/MultipleExists

Routing template:

/api/{version}/CustomErpDocument/MultipleExists

Tags:

  • CustomErpDocument

Consumes:

  • application/json
  • application/json;IEEE754Compatible=false
  • application/json;IEEE754Compatible=true
  • application/xml
  • text/plain
  • application/json-patch+json
  • text/json
  • application/*+json
  • text/xml
  • application/*+xml

Produces:

Response: 200 (Success) ApiActionResult

Samples

Download HTTP 200 response sample

Download Postman collection sample

Provalo !


POST: /api/v1/CustomErpDocument/MultipleGet

Routing template:

/api/{version}/CustomErpDocument/MultipleGet

Tags:

  • CustomErpDocument

Consumes:

  • application/json
  • application/json;IEEE754Compatible=false
  • application/json;IEEE754Compatible=true
  • application/xml
  • text/plain
  • application/json-patch+json
  • text/json
  • application/*+json
  • text/xml
  • application/*+xml

Produces:

Response: 200 (Success) ApiActionResult[]>

Samples

Download HTTP 200 response sample

Download Postman collection sample

Provalo !


POST: /api/v1/CustomErpDocument/NewEmptyRow

Routing template:

/api/{version}/CustomErpDocument/NewEmptyRow

Tags:

  • CustomErpDocument

Consumes:

  • application/json
  • application/json;IEEE754Compatible=false
  • application/json;IEEE754Compatible=true
  • application/xml
  • text/plain
  • application/json-patch+json
  • text/json
  • application/*+json

Produces:

  • HTTP 400: ERPRowDTO as application/json
  • HTTP 400: ERPRowDTO as text/json
  • HTTP 400: ERPRowDTO as application/json;IEEE754Compatible=false
  • HTTP 400: ERPRowDTO as application/json;IEEE754Compatible=true
  • HTTP 400: ERPRowDTO as application/xml
  • HTTP 400: ERPRowDTO as text/plain
  • HTTP 400: ERPRowDTO as application/octet-stream

Response: 400 (Bad Request) ERPRowDTO

Samples

Download Postman collection sample

Provalo !


POST: /api/v1/CustomErpDocument/OnAnagraphicChanged

Routing template:

/api/{version}/CustomErpDocument/OnAnagraphicChanged

Tags:

  • CustomErpDocument

Consumes:

  • application/json
  • application/json;IEEE754Compatible=false
  • application/json;IEEE754Compatible=true
  • application/xml
  • text/plain
  • application/json-patch+json
  • text/json
  • application/*+json

Produces:

Response: 200 (Success) array of IERPRow

Samples

Download HTTP 200 response sample

Download Postman collection sample

Provalo !


POST: /api/v1/CustomErpDocument/OnDiscountFormulaGroupingChanged

Routing template:

/api/{version}/CustomErpDocument/OnDiscountFormulaGroupingChanged

Tags:

  • CustomErpDocument

Consumes:

  • application/json
  • application/json;IEEE754Compatible=false
  • application/json;IEEE754Compatible=true
  • application/xml
  • text/plain
  • application/json-patch+json
  • text/json
  • application/*+json

Produces:

Response: 200 (Success) IERPRowGrouping

Samples

Download HTTP 200 response sample

Download Postman collection sample

Provalo !


POST: /api/v1/CustomErpDocument/OnGetNewEmptyGroupRow

Parameters:

NameTypeRequiredInFeatures
isFooterGroup boolean NO Query

Tags:

  • CustomErpDocument

Consumes:

  • application/json
  • application/json;IEEE754Compatible=false
  • application/json;IEEE754Compatible=true
  • application/xml
  • text/plain
  • application/json-patch+json
  • text/json
  • application/*+json

Produces:

Response: 200 (Success) ICustomErpDocumentBOCustomErpDocumentBOCustomErpDocumentDTOCustomErpDocumentDTOSearchSingleCriteriaCustomErpDocumentDTOSearchConnectedCriteriaCustomErpDocumentPrintableRequestCustomErpDocumentDTODtoWithIndexResponse

Samples

Download HTTP 200 response sample

Download Postman collection sample

Provalo !


POST: /api/v1/CustomErpDocument/OnGroupByProductCategory

Routing template:

/api/{version}/CustomErpDocument/OnGroupByProductCategory

Tags:

  • CustomErpDocument

Consumes:

  • application/json
  • application/json;IEEE754Compatible=false
  • application/json;IEEE754Compatible=true
  • application/xml
  • text/plain
  • application/json-patch+json
  • text/json
  • application/*+json

Produces:

Response: 200 (Success) CustomErpDocumentDTO

Samples

Download HTTP 200 response sample

Download Postman collection sample

Provalo !


POST: /api/v1/CustomErpDocument/OnGroupByRowType

Routing template:

/api/{version}/CustomErpDocument/OnGroupByRowType

Tags:

  • CustomErpDocument

Consumes:

  • application/json
  • application/json;IEEE754Compatible=false
  • application/json;IEEE754Compatible=true
  • application/xml
  • text/plain
  • application/json-patch+json
  • text/json
  • application/*+json

Produces:

Response: 200 (Success) CustomErpDocumentDTO

Samples

Download HTTP 200 response sample

Download Postman collection sample

Provalo !


POST: /api/v1/CustomErpDocument/OnGroupTaxableAmountWithDiscountChanged

Parameters:

NameTypeRequiredInFeatures
taxableAmountWithDiscount number NO Query
  • Format: double
extensionPartIdx integer NO Query
  • Format: int32
decimals integer NO Query
  • Default: 2
  • Format: int32

Tags:

  • CustomErpDocument

Consumes:

  • application/json
  • application/json;IEEE754Compatible=false
  • application/json;IEEE754Compatible=true
  • application/xml
  • text/plain
  • application/json-patch+json
  • text/json
  • application/*+json

Produces:

Response: 200 (Success) IERPRowGrouping

Samples

Download HTTP 200 response sample

Download Postman collection sample

Provalo !


POST: /api/v1/CustomErpDocument/PercentageGainChanged

Parameters:

NameTypeRequiredInFeatures
rowIndex integer NO Query
  • Format: int32

Tags:

  • CustomErpDocument

Consumes:

  • application/json
  • application/json;IEEE754Compatible=false
  • application/json;IEEE754Compatible=true
  • application/xml
  • text/plain
  • application/json-patch+json
  • text/json
  • application/*+json

Produces:

  • HTTP 400: ERPRowDTO as application/json
  • HTTP 400: ERPRowDTO as text/json
  • HTTP 400: ERPRowDTO as application/json;IEEE754Compatible=false
  • HTTP 400: ERPRowDTO as application/json;IEEE754Compatible=true
  • HTTP 400: ERPRowDTO as application/xml
  • HTTP 400: ERPRowDTO as text/plain
  • HTTP 400: ERPRowDTO as application/octet-stream

Response: 400 (Bad Request) ERPRowDTO

Samples

Download Postman collection sample

Provalo !


POST: /api/v1/CustomErpDocument/PriceListChanged

Parameters:

NameTypeRequiredInFeatures
rowIndex integer NO Query
  • Format: int32

Tags:

  • CustomErpDocument

Consumes:

  • application/json
  • application/json;IEEE754Compatible=false
  • application/json;IEEE754Compatible=true
  • application/xml
  • text/plain
  • application/json-patch+json
  • text/json
  • application/*+json

Produces:

  • HTTP 400: ERPRowDTO as application/json
  • HTTP 400: ERPRowDTO as text/json
  • HTTP 400: ERPRowDTO as application/json;IEEE754Compatible=false
  • HTTP 400: ERPRowDTO as application/json;IEEE754Compatible=true
  • HTTP 400: ERPRowDTO as application/xml
  • HTTP 400: ERPRowDTO as text/plain
  • HTTP 400: ERPRowDTO as application/octet-stream

Response: 400 (Bad Request) ERPRowDTO

Samples

Download Postman collection sample

Provalo !


GET: /api/v1/CustomErpDocument/PrintableFields

Parameters:

NameTypeRequiredInFeatures
includeFull boolean NO Query
  • Default: True
includeNesting boolean NO Query
  • Default: True

Tags:

  • CustomErpDocument

Produces:

Response: 400 (Bad Request) array of LiquidStruct

Samples

Download Postman collection sample

Provalo !


POST: /api/v1/CustomErpDocument/PrintHtml

Parameters:

NameTypeRequiredInFeatures
template string NO Query
addHeaderAndFooter boolean NO Query
  • Default: False
request CustomErpDocumentPrintableRequest NO Query

Tags:

  • CustomErpDocument

Consumes:

  • application/json
  • application/json;IEEE754Compatible=false
  • application/json;IEEE754Compatible=true
  • application/xml
  • text/plain
  • application/json-patch+json
  • text/json
  • application/*+json

Response:

200 (Success)

Samples

Download HTTP 200 response sample

Download Postman collection sample

Provalo !


POST: /api/v1/CustomErpDocument/ProcessOnChangeCurrency

Routing template:

/api/{version}/CustomErpDocument/ProcessOnChangeCurrency

Tags:

  • CustomErpDocument

Consumes:

  • application/json
  • application/json;IEEE754Compatible=false
  • application/json;IEEE754Compatible=true
  • application/xml
  • text/plain
  • application/json-patch+json
  • text/json
  • application/*+json

Produces:

Response: 200 (Success) CustomErpDocumentDTO

Samples

Download HTTP 200 response sample

Download Postman collection sample

Provalo !


POST: /api/v1/CustomErpDocument/ProcessOnChangeListId

Routing template:

/api/{version}/CustomErpDocument/ProcessOnChangeListId

Tags:

  • CustomErpDocument

Consumes:

  • application/json
  • application/json;IEEE754Compatible=false
  • application/json;IEEE754Compatible=true
  • application/xml
  • text/plain
  • application/json-patch+json
  • text/json
  • application/*+json

Produces:

Response: 200 (Success) CustomErpDocumentDTO

Samples

Download HTTP 200 response sample

Download Postman collection sample

Provalo !


POST: /api/v1/CustomErpDocument/QtaChanged

Parameters:

NameTypeRequiredInFeatures
rowIndex integer NO Query
  • Format: int32

Tags:

  • CustomErpDocument

Consumes:

  • application/json
  • application/json;IEEE754Compatible=false
  • application/json;IEEE754Compatible=true
  • application/xml
  • text/plain
  • application/json-patch+json
  • text/json
  • application/*+json

Produces:

  • HTTP 400: ERPRowDTO as application/json
  • HTTP 400: ERPRowDTO as text/json
  • HTTP 400: ERPRowDTO as application/json;IEEE754Compatible=false
  • HTTP 400: ERPRowDTO as application/json;IEEE754Compatible=true
  • HTTP 400: ERPRowDTO as application/xml
  • HTTP 400: ERPRowDTO as text/plain
  • HTTP 400: ERPRowDTO as application/octet-stream

Response: 400 (Bad Request) ERPRowDTO

Samples

Download Postman collection sample

Provalo !


POST: /api/v1/CustomErpDocument/RebuildGrouping

Routing template:

/api/{version}/CustomErpDocument/RebuildGrouping

Tags:

  • CustomErpDocument

Consumes:

  • application/json
  • application/json;IEEE754Compatible=false
  • application/json;IEEE754Compatible=true
  • application/xml
  • text/plain
  • application/json-patch+json
  • text/json
  • application/*+json

Produces:

Response: 200 (Success) CustomErpDocumentDTO

Samples

Download HTTP 200 response sample

Download Postman collection sample

Provalo !


POST: /api/v1/CustomErpDocument/RecalcDocumentTotal

Routing template:

/api/{version}/CustomErpDocument/RecalcDocumentTotal

Tags:

  • CustomErpDocument

Consumes:

  • application/json
  • application/json;IEEE754Compatible=false
  • application/json;IEEE754Compatible=true
  • application/xml
  • text/plain
  • application/json-patch+json
  • text/json
  • application/*+json

Produces:

Response: 200 (Success) ITotalDocumentResult

Samples

Download HTTP 200 response sample

Download Postman collection sample

Provalo !


POST: /api/v1/CustomErpDocument/RequestedByChanged

Parameters:

NameTypeRequiredInFeatures
crossId integer NO Query
  • Format: int64
crossType BusinessObjectType NO Query
erpType BusinessObjectType NO Query

Tags:

  • CustomErpDocument

Response:

200 (Success)

Samples

Download HTTP 200 response sample

Download Postman collection sample

Provalo !


POST: /api/v1/CustomErpDocument/ResetExternalReferences

Routing template:

/api/{version}/CustomErpDocument/ResetExternalReferences

Tags:

  • CustomErpDocument

Consumes:

  • application/json
  • application/json;IEEE754Compatible=false
  • application/json;IEEE754Compatible=true
  • application/xml
  • text/plain
  • application/json-patch+json
  • text/json
  • application/*+json
  • text/xml
  • application/*+xml

Response:

200 (Success)

Samples

Download HTTP 200 response sample

Download Postman collection sample

Provalo !


GET: /api/v1/CustomErpDocument/Search

Parameters:

NameTypeRequiredInFeatures
filter string NO Query
orderBy string NO Query
skip integer NO Query
  • Format: int64
top integer NO Query
  • Format: int64
select string NO Query

Tags:

  • CustomErpDocument

Produces:

Response: 200 (Success) CustomErpDocumentDTO

Samples

Download HTTP 200 response sample

Download Postman collection sample

Provalo !


GET: /api/v1/CustomErpDocument/SearchIds

Parameters:

NameTypeRequiredInFeatures
filter string NO Query
orderBy string NO Query
skip integer NO Query
  • Format: int64
top integer NO Query
  • Format: int64

Tags:

  • CustomErpDocument

Produces:

  • HTTP 200: Int64 as application/json
  • HTTP 200: Int64 as text/json
  • HTTP 200: Int64 as application/json;IEEE754Compatible=false
  • HTTP 200: Int64 as application/json;IEEE754Compatible=true
  • HTTP 200: Int64 as application/xml
  • HTTP 200: Int64 as text/plain
  • HTTP 200: Int64 as application/octet-stream

Response: 200 (Success) Int64

Samples

Download HTTP 200 response sample

Download Postman collection sample

Provalo !


GET: /api/v1/CustomErpDocument/SearchIdsByExternalReference

Parameters:

NameTypeRequiredInFeatures
externalReference string NO Query

Tags:

  • CustomErpDocument

Produces:

  • HTTP 200: Int64 as application/json
  • HTTP 200: Int64 as text/json
  • HTTP 200: Int64 as application/json;IEEE754Compatible=false
  • HTTP 200: Int64 as application/json;IEEE754Compatible=true
  • HTTP 200: Int64 as application/xml
  • HTTP 200: Int64 as text/plain
  • HTTP 200: Int64 as application/octet-stream

Response: 200 (Success) Int64

Samples

Download HTTP 200 response sample

Download Postman collection sample

Provalo !


POST: /api/v1/CustomErpDocument/SendEmailWithPrintTemplate

Parameters:

NameTypeRequiredInFeatures
parentId integer NO Query
  • Format: int64
parentType BusinessObjectType NO Query
templateName string NO Query

Tags:

  • CustomErpDocument

Consumes:

  • application/json
  • application/json;IEEE754Compatible=false
  • application/json;IEEE754Compatible=true
  • application/xml
  • text/plain
  • application/json-patch+json
  • text/json
  • application/*+json

Produces:

  • HTTP 400: integer as application/json
  • HTTP 400: integer as text/json
  • HTTP 400: integer as application/json;IEEE754Compatible=false
  • HTTP 400: integer as application/json;IEEE754Compatible=true
  • HTTP 400: integer as application/xml
  • HTTP 400: integer as text/plain
  • HTTP 400: integer as application/octet-stream
  • HTTP 400: integer as text/xml

Response: 400 (Bad Request) integer

Samples

Download Postman collection sample

Provalo !


POST: /api/v1/CustomErpDocument/TaxCodeChanged

Parameters:

NameTypeRequiredInFeatures
rowIndex integer NO Query
  • Format: int32

Tags:

  • CustomErpDocument

Consumes:

  • application/json
  • application/json;IEEE754Compatible=false
  • application/json;IEEE754Compatible=true
  • application/xml
  • text/plain
  • application/json-patch+json
  • text/json
  • application/*+json

Produces:

  • HTTP 400: ERPRowDTO as application/json
  • HTTP 400: ERPRowDTO as text/json
  • HTTP 400: ERPRowDTO as application/json;IEEE754Compatible=false
  • HTTP 400: ERPRowDTO as application/json;IEEE754Compatible=true
  • HTTP 400: ERPRowDTO as application/xml
  • HTTP 400: ERPRowDTO as text/plain
  • HTTP 400: ERPRowDTO as application/octet-stream

Response: 400 (Bad Request) ERPRowDTO

Samples

Download Postman collection sample

Provalo !


GET: /api/v1/CustomErpDocument/Templates

Routing template:

/api/{version}/CustomErpDocument/Templates

Tags:

  • CustomErpDocument

Produces:

  • HTTP 400: array of Template as application/json
  • HTTP 400: array of Template as text/json
  • HTTP 400: array of Template as application/json;IEEE754Compatible=false
  • HTTP 400: array of Template as application/json;IEEE754Compatible=true
  • HTTP 400: array of Template as application/xml
  • HTTP 400: array of Template as text/plain
  • HTTP 400: array of Template as application/octet-stream
  • HTTP 400: array of Template as text/xml

Response: 400 (Bad Request) array of Template

Samples

Download Postman collection sample

Provalo !


POST: /api/v1/CustomErpDocument/UnitMeasureChanged

Parameters:

NameTypeRequiredInFeatures
rowIndex integer NO Query
  • Format: int32

Tags:

  • CustomErpDocument

Consumes:

  • application/json
  • application/json;IEEE754Compatible=false
  • application/json;IEEE754Compatible=true
  • application/xml
  • text/plain
  • application/json-patch+json
  • text/json
  • application/*+json

Produces:

  • HTTP 400: ERPRowDTO as application/json
  • HTTP 400: ERPRowDTO as text/json
  • HTTP 400: ERPRowDTO as application/json;IEEE754Compatible=false
  • HTTP 400: ERPRowDTO as application/json;IEEE754Compatible=true
  • HTTP 400: ERPRowDTO as application/xml
  • HTTP 400: ERPRowDTO as text/plain
  • HTTP 400: ERPRowDTO as application/octet-stream

Response: 400 (Bad Request) ERPRowDTO

Samples

Download Postman collection sample

Provalo !


POST: /api/v1/CustomErpDocument/UnitPriceChanged

Parameters:

NameTypeRequiredInFeatures
rowIndex integer NO Query
  • Format: int32

Tags:

  • CustomErpDocument

Consumes:

  • application/json
  • application/json;IEEE754Compatible=false
  • application/json;IEEE754Compatible=true
  • application/xml
  • text/plain
  • application/json-patch+json
  • text/json
  • application/*+json

Produces:

  • HTTP 400: ERPRowDTO as application/json
  • HTTP 400: ERPRowDTO as text/json
  • HTTP 400: ERPRowDTO as application/json;IEEE754Compatible=false
  • HTTP 400: ERPRowDTO as application/json;IEEE754Compatible=true
  • HTTP 400: ERPRowDTO as application/xml
  • HTTP 400: ERPRowDTO as text/plain
  • HTTP 400: ERPRowDTO as application/octet-stream

Response: 400 (Bad Request) ERPRowDTO

Samples

Download Postman collection sample

Provalo !


POST: /api/v1/CustomErpDocument/UnmapByExternalReference

Routing template:

/api/{version}/CustomErpDocument/UnmapByExternalReference

Tags:

  • CustomErpDocument

Consumes:

  • application/json
  • application/json;IEEE754Compatible=false
  • application/json;IEEE754Compatible=true
  • application/xml
  • text/plain
  • application/json-patch+json
  • text/json
  • application/*+json
  • text/xml
  • application/*+xml

Response:

200 (Success)

Samples

Download HTTP 200 response sample

Download Postman collection sample

Provalo !



Definizioni

Le definizioni a seguire descrivono la struttura dei datamodels coinvolti nelle diverse operazioni REST eseguibili per questo controller.

Alcune definizioni sono sottoposte a serializzazione polimorfica, e pertanto il loro schema polimorfico completo viene riportato.

NameDescription
AccountAccessLevelAccount Access Level
ActiveModulesActive Modules
AddProductsByCodeRequestAdd Products By Code Request
AddressAccuracyAddress Accuracy
BoDeleteModeBo Delete Mode
BooleanBoolean
BusinessObjectInvokerBusiness Object Invoker
BusinessObjectLoadedTypeBusiness Object Loaded Type
BusinessObjectTypeBusiness Object Type
CalendarCalendar
CatalogPriceListUsageCatalog Price List Usage
CatalogTypeCatalog Type
CloneRowsGroupsRequestClone Rows Groups Request
CRMTablesCRM Tables
CustomErpDocumentDTOCustom Erp Document
CustomErpDocumentPrintableRequestCustom Erp Document Printable Request
DefaultDocumentCategoriesDefault Document Categories
DeleteItemResultDelete Item Result
ERPBaseCalcTotalDocumentResultDTOERP Base Calc Total Document Result
ErpDocumentStatusErp Document Status
ErpGroupingTypeErp Grouping Type
ERPRowDTOERP Row
ERPRowGroupingDTOERP Row Grouping
ERPRowGroupingExtensionDTOERP Row Grouping Extension
ERPRowTypeERP Row Type
ExistsItemResultExists Item Result
ExternalReferenceDTOExternal Reference
FileCrossAttributesFile Cross Attributes
FileCrossTypesFile Cross Types
FilePreviewFile Preview
FreeFieldsBOItemDTOFree Fields BO Item
FreeFieldsBOItemLocalizingDTOFree Fields BO Item Localizing
FreeFieldsBOTreeItemDTOFree Fields BO Tree Item
FreeFieldsTypeFree Fields Type
GetIdsMappedByExternalReferenceRequestGet Ids Mapped By External Reference Request
GetItemResult`1[]Get Item Result`1
GetItemsMappedByExternalReferenceRequestGet Items Mapped By External Reference Request
GravityGravity
IBundleBundle
ICatalogAlternativeUnitBOCatalog Alternative Unit BO
ICatalogBOCatalog BO
ICatalogCodeChangeResponseCatalog Code Change Response
ICatalogProductPriceBOCatalog Product Price BO
ICrmBusinessObjectsCrm Business Objects
IDirectionDirection
IDocumentReferenceDocument Reference
IErpExportRowsExcelInfoErp Export Rows Excel Info
IERPRowERP Row
IERPRowExtensionERP Row Extension
IERPRowGroupingERP Row Grouping
IERPRowGroupingExtensionERP Row Grouping Extension
IExternalReferenceExternal Reference
IFileCrossFile Cross
IFreeFieldItemLocalizingFree Field Item Localizing
IFreeFieldsItemFree Fields Item
IGeoGeo
ILocalizingLocalizing
ILocationLocation
ImportRowsRequestImport Rows Request
InvoiceBOTaxSummaryDTOInvoice BO Tax Summary
InvoiceTypeInvoice Type
IPackageResponsePackage Response
IPrintTemplatePrint Template
IQueryFragmentQuery Fragment
IQueryMutatorsQuery Mutators
IQueryPagingQuery Paging
Simple Catalog Link
IStorageBOStorage BO
ITaxSummaryTax Summary
ITotalDocumentResultTotal Document Result
ITreeItemTree Item
IUserConfigUser Config
LinkItemLink Item
LiquidStructLiquid Struct
LocalizeTypeLocalize Type
LocalizingDTOLocalizing
LoggedStatusLogged Status
LoginResultLogin Result
MapExternalReferenceRequestMap External Reference Request
MessageCodeMessage Code
MultipleDeleteModelMultiple Delete Model
MultipleExistsModelMultiple Exists Model
MultipleGetModelMultiple Get Model
PaymentMovementsBOMovementRowsDTOPayment Movements BO Movement Rows
PaymentMovementsDTOPayment Movements
PrintHtmlRequestPrint Html Request
PrintTemplateDTOPrint Template
QueryFragmentKindQuery Fragment Kind
RecentRouteTypeRecent Route Type
RowContentTypeRow Content Type
RowTypeGiftVatModeRow Type Gift Vat Mode
SampleGenerationStrategySample Generation Strategy
ShippedByShipped By
StandardSchemaVersionStandard Schema Version
StoragePermissionStorage Permission
SubAccountTypeSub Account Type
TemplateTemplate
TypeOfServiceType Of Service

Errori

Le actions del controller possono generare errori per i seguenti casi:

  • Stato 400: query mal strutturate (es. parametri codificati non correttamente)
  • Stato 401: errori di autenticazione (es. chiavi o credenziali non riconosciute)
  • Stato 403: Proibito. La richiesta era valida, ma il server rifiuta l'azione. L'utente potrebbe non disporre delle autorizzazioni necessarie per una risorsa o potrebbe aver bisogno di un account di qualche tipo.
  • Stato 404: Non trovato, o risorsa sconosciuta
  • Stato 409: Conflitto. Indica che la richiesta non può essere elaborata a causa di conflitti nello stato corrente della risorsa, ad esempio un conflitto di modifica tra più aggiornamenti simultanei.
  • Stato 500: Errore interno del del server

Gli errori sono formattati in JSON


Versioning

E’ possibile selezionare la versione dei web services tramite il token {version}

/api/{version}/{controller}/{details}/{action}/{id}?{querystring}

Il token {version} può contenere sia valori “esatti”, sia l’alias speciale “latest”, che identifica la versione più recente tra quelle esistenti nel sistema.

In linea generale si raccomanda vivamente l’utilizzo dell’alias speciale “latest”.

Qualora si desideri essere particolarmente “conservativi” ed aderenti ad una specifica versione, specificarne il nome in modo esplicito (es. “v1”).


Routing

Il sistema utilizza la seguente sintassi di routing, costituita da una sequenza di "path-tokens" (i parametri della request):

{schema}://{host}/api/{version}/{controller}/{details}/{action}/{id}?{querystring}

I tokens identificano rispettivamente:

  • {host} -> HOST dell’URL
  • {version} -> versione dei web services
  • {controller} -> nome del servizio (controller) che si desidera invocare
  • {details} -> livello opzionale di dettaglio del JSON ritornato (se pertinente)
  • {action} -> azione opzionale (metodo) invocata nel controller
  • {id} -> singolo argomento opzionale (parametro) di primary key del metodo nel controller, qualora esso lo preveda
  • {querystring} -> parametri aggiuntivi ed eventuali "modificatori" del processo di elaborazione e serializzazione


OData

Le API REST sono internamente basate sulla tecnologia Microsoft WebAPI, e sono largamente compliant con le specifiche REST, OData v3 e OData v4.

Funzioni ed approfondimenti relativi a OData

Per maggiori approfondimenti e dettagli relativi ai criteri generali d'uso delle funzioni OData, fare riferimento alla guida di base sull'argomento


Opzioni

Le funzioni delle API REST implementate in CRM in Cloud includono un vasto set di opzioni che consentono di adattare struttura e forma dei pacchetti JSON in base alle proprie esigenze e preferenze.

Al contrario dei parametri, che vengono specificati nella route dell’URL (attraverso i tokens e la querystring), le opzioni devono invece essere passate tramite gli headers HTTP della request.

Come da RFC6648 tutte le opzioni passate tramite headers HTTP hanno nel proprio nome il prefisso custom “Crm-”.

Qualora una certa opzione non venga specificata, il sistema utilizzerà il valore di default specifico alla {version} indicata nell’URL.

Per una disquisizione completa relativa alle opzioni ed alla serializzazione polimorfica, fare riferimento alla guida generale sull'argomento


Swagger

Di seguito è possibile scaricare il descrittore JSON in formato Swagger/OpenAPI

Download Swagger descriptor