ERPNext · Example Payload

Login Request

ERPEnterprise Resource PlanningAccountingInventoryManufacturingSalesCRMHROpen Source

Login Request is an example object payload from ERPNext, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

usrpwd

Example Payload

Raw ↑
{
  "usr": "Administrator",
  "pwd": "admin"
}