{
    "info": {
        "_postman_id": "1fa21073-1555-42fd-8c84-e41b34e4f2f1",
        "name": "ows-accounting audit",
        "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
    },
    "item": [
        {
            "name": "ows-accounting",
            "item": [
                {
                    "name": "Get Account Revenue",
                    "event": [
                        {
                            "listen": "test",
                            "script": {
                                "id": "3329d5b9-ca0a-4423-8384-bd36236485b3",
                                "exec": [
                                    ""
                                ],
                                "type": "text/javascript"
                            }
                        }
                    ],
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "type": "text",
                                "value": "application/json"
                            },
                            {
                                "key": "Grass-Account-Type",
                                "type": "text",
                                "value": "vendor"
                            },
                            {
                                "key": "Grass-Account-Id",
                                "type": "text",
                                "value": "10303"
                            },
                            {
                                "key": "Orchard-User-Id",
                                "type": "text",
                                "value": "alw:43556"
                            }
                        ],
                        "url": {
                            "raw": "https://qa-ows-accounting.theorchard.io/revenue?recent=1",
                            "protocol": "https",
                            "host": [
                                "qa-ows-accounting",
                                "theorchard",
                                "io"
                            ],
                            "path": [
                                "revenue"
                            ],
                            "query": [
                                {
                                    "key": "recent",
                                    "value": "1"
                                },
                                {
                                    "key": "account_id",
                                    "value": "10303",
                                    "disabled": true
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "Get account payments",
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json",
                                "type": "text"
                            },
                            {
                                "key": "Grass-Account-Type",
                                "value": "vendor",
                                "type": "text"
                            },
                            {
                                "key": "Grass-Account-Id",
                                "value": "10303",
                                "type": "text"
                            },
                            {
                                "key": "Orchard-User-Id",
                                "value": "alw:43556",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "https://qa-ows-accounting.theorchard.io/payments?recent=125",
                            "protocol": "https",
                            "host": [
                                "qa-ows-accounting",
                                "theorchard",
                                "io"
                            ],
                            "path": [
                                "payments"
                            ],
                            "query": [
                                {
                                    "key": "recent",
                                    "value": "125"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "Retrieve set of relevant attachments for the account and requested periods",
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json",
                                "type": "text"
                            },
                            {
                                "key": "Grass-Account-Type",
                                "value": "vendor",
                                "type": "text"
                            },
                            {
                                "key": "Grass-Account-Id",
                                "value": "10303",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "https://qa-ows-accounting.theorchard.io/attachments?periods=253",
                            "protocol": "https",
                            "host": [
                                "qa-ows-accounting",
                                "theorchard",
                                "io"
                            ],
                            "path": [
                                "attachments"
                            ],
                            "query": [
                                {
                                    "key": "periods",
                                    "value": "253"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "Retrieve reports for statement period and account specified by query params",
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json",
                                "type": "text"
                            },
                            {
                                "key": "Grass-Account-Type",
                                "value": "vendor",
                                "type": "text"
                            },
                            {
                                "key": "Grass-Account-Id",
                                "value": "10303",
                                "type": "text"
                            },
                            {
                                "key": "Orchard-User-Id",
                                "value": "alw:10159",
                                "type": "text",
                                "disabled": true
                            }
                        ],
                        "url": {
                            "raw": "https://qa-ows-accounting.theorchard.io/reports?periods=252&account_id=14251",
                            "protocol": "https",
                            "host": [
                                "qa-ows-accounting",
                                "theorchard",
                                "io"
                            ],
                            "path": [
                                "reports"
                            ],
                            "query": [
                                {
                                    "key": "periods",
                                    "value": "252"
                                },
                                {
                                    "key": "account_id",
                                    "value": "14251"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "Retrieve report-link specified by query params",
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Grass-Account-Type",
                                "value": "vendor",
                                "type": "text"
                            },
                            {
                                "key": "Grass-Account-Id",
                                "value": "10303",
                                "type": "text"
                            },
                            {
                                "key": "Orchard-User-Id",
                                "value": "12345",
                                "type": "text",
                                "disabled": true
                            }
                        ],
                        "url": {
                            "raw": "https://qa-ows-accounting.theorchard.io/report-link?file_type=xls&number_format=en_US&transaction_types=all&periods=252",
                            "protocol": "https",
                            "host": [
                                "qa-ows-accounting",
                                "theorchard",
                                "io"
                            ],
                            "path": [
                                "report-link"
                            ],
                            "query": [
                                {
                                    "key": "file_type",
                                    "value": "xls"
                                },
                                {
                                    "key": "number_format",
                                    "value": "en_US"
                                },
                                {
                                    "key": "transaction_types",
                                    "value": "all"
                                },
                                {
                                    "key": "periods",
                                    "value": "252"
                                },
                                {
                                    "key": "account_id",
                                    "value": "10303",
                                    "disabled": true
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "Retrieve set of relevant transaction types",
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    },
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json",
                                "type": "text"
                            },
                            {
                                "key": "Grass-Account-Type",
                                "value": "vendor",
                                "type": "text"
                            },
                            {
                                "key": "Grass-Account-Id",
                                "value": "10303",
                                "type": "text"
                            },
                            {
                                "key": "Orchard-User-Id",
                                "value": "alw:43556",
                                "type": "text"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": ""
                        },
                        "url": {
                            "raw": "https://qa-ows-accounting.theorchard.io/transaction_types?periods=252",
                            "protocol": "https",
                            "host": [
                                "qa-ows-accounting",
                                "theorchard",
                                "io"
                            ],
                            "path": [
                                "transaction_types"
                            ],
                            "query": [
                                {
                                    "key": "periods",
                                    "value": "252"
                                },
                                {
                                    "key": "account_id",
                                    "value": "10303",
                                    "disabled": true
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "Request to create a new report",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json",
                                "type": "text"
                            },
                            {
                                "key": "Grass-Account-Type",
                                "value": "vendor",
                                "type": "text"
                            },
                            {
                                "key": "Grass-Account-Id",
                                "value": "10303",
                                "type": "text"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\r\n    \"file_type\": \"xls\",\r\n    \"number_format\": \"en_US\",\r\n    \"transaction_types\": \"physical\",\r\n    \"periods\": \"252\",\r\n    \"request_context\": {\r\n        \"first_name\": \"Paul\",\r\n        \"last_name\": \"Hanly\",\r\n        \"contact_id\": 10159,\r\n        \"contact_email\": \"QAORCHEmailContact@theorchard.com\"\r\n    }\r\n}"
                        },
                        "url": {
                            "raw": "https://qa-ows-accounting.theorchard.io/report",
                            "protocol": "https",
                            "host": [
                                "qa-ows-accounting",
                                "theorchard",
                                "io"
                            ],
                            "path": [
                                "report"
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "Hello world",
                    "request": {
                        "method": "GET",
                        "header": [],
                        "url": {
                            "raw": "https://qa-ows-accounting.theorchard.io/",
                            "protocol": "https",
                            "host": [
                                "qa-ows-accounting",
                                "theorchard",
                                "io"
                            ],
                            "path": [
                                ""
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "Check the health of the application",
                    "request": {
                        "method": "GET",
                        "header": [],
                        "url": {
                            "raw": "https://qa-ows-accounting.theorchard.io/hello",
                            "protocol": "https",
                            "host": [
                                "qa-ows-accounting",
                                "theorchard",
                                "io"
                            ],
                            "path": [
                                "hello"
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "Retrieve report specified by query params",
                    "request": {
                        "method": "GET",
                        "header": [],
                        "url": {
                            "raw": "https://qa-ows-accounting.theorchard.io/report?periods=252&transaction_types=all&number_format=en_US&file_type=xls&account_type=vendor&account_id=10303",
                            "protocol": "https",
                            "host": [
                                "qa-ows-accounting",
                                "theorchard",
                                "io"
                            ],
                            "path": [
                                "report"
                            ],
                            "query": [
                                {
                                    "key": "periods",
                                    "value": "252"
                                },
                                {
                                    "key": "transaction_types",
                                    "value": "all"
                                },
                                {
                                    "key": "number_format",
                                    "value": "en_US"
                                },
                                {
                                    "key": "file_type",
                                    "value": "xls"
                                },
                                {
                                    "key": "account_type",
                                    "value": "vendor"
                                },
                                {
                                    "key": "account_id",
                                    "value": "10303"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "Get all active holds for all vendors",
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "Grass-Account-Type",
                                "value": "vendor",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Grass-Account-Id",
                                "value": "10303",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Orchard-User-Id",
                                "value": "oa:1873",
                                "type": "text",
                                "disabled": true
                            }
                        ],
                        "url": {
                            "raw": "https://qa-ows-accounting.theorchard.io/holds/active",
                            "protocol": "https",
                            "host": [
                                "qa-ows-accounting",
                                "theorchard",
                                "io"
                            ],
                            "path": [
                                "holds",
                                "active"
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "Get a hold by its id",
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "Grass-Account-Type",
                                "value": "vendor",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Grass-Account-Id",
                                "value": "zzzzzz",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Orchard-User-Id",
                                "value": "alw:43556",
                                "type": "text",
                                "disabled": true
                            }
                        ],
                        "url": {
                            "raw": "https://qa-ows-accounting.theorchard.io/holds/4",
                            "protocol": "https",
                            "host": [
                                "qa-ows-accounting",
                                "theorchard",
                                "io"
                            ],
                            "path": [
                                "holds",
                                "4"
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "Edit a hold by its id",
                    "request": {
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Grass-Account-Type",
                                "value": "subaccount",
                                "type": "text"
                            },
                            {
                                "key": "Grass-Account-Id",
                                "value": "10303",
                                "type": "text"
                            },
                            {
                                "key": "Orchard-User-Id",
                                "value": "oa:1873",
                                "type": "text"
                            },
                            {
                                "key": "Content-Type",
                                "name": "Content-Type",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\r\n\t\"status\": \"active\",\r\n\t\"description\": \"desc updated 3\"\r\n}",
                            "options": {
                                "raw": {
                                    "language": "json"
                                }
                            }
                        },
                        "url": {
                            "raw": "https://qa-ows-accounting.theorchard.io/holds/14556",
                            "protocol": "https",
                            "host": [
                                "qa-ows-accounting",
                                "theorchard",
                                "io"
                            ],
                            "path": [
                                "holds",
                                "14556"
                            ]
                        },
                        "description": "only active hold can be edited"
                    },
                    "response": []
                },
                {
                    "name": "Get all holds for a vendor",
                    "request": {
                        "method": "GET",
                        "header": [],
                        "url": {
                            "raw": "https://qa-ows-accounting.theorchard.io/holds/vendor/10303",
                            "protocol": "https",
                            "host": [
                                "qa-ows-accounting",
                                "theorchard",
                                "io"
                            ],
                            "path": [
                                "holds",
                                "vendor",
                                "10303"
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "Create a new hold for a vendor",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "name": "Content-Type",
                                "value": "application/json",
                                "type": "text"
                            },
                            {
                                "key": "Grass-Account-Type",
                                "value": "vendor",
                                "type": "text"
                            },
                            {
                                "key": "Grass-Account-Id",
                                "value": "10303",
                                "type": "text"
                            },
                            {
                                "key": "Orchard-User-Id",
                                "value": "oa:1873",
                                "type": "text"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\r\n  \"status\": \"active\",\r\n  \"description\": \"This vendor is on hold because of incorrect tax id.\"\r\n}",
                            "options": {
                                "raw": {
                                    "language": "json"
                                }
                            }
                        },
                        "url": {
                            "raw": "https://qa-ows-accounting.theorchard.io/holds/vendor/10303",
                            "protocol": "https",
                            "host": [
                                "qa-ows-accounting",
                                "theorchard",
                                "io"
                            ],
                            "path": [
                                "holds",
                                "vendor",
                                "10303"
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "Get account EQ bonus",
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json",
                                "type": "text"
                            },
                            {
                                "key": "Grass-Account-Type",
                                "value": "vendor",
                                "type": "text"
                            },
                            {
                                "key": "Grass-Account-Id",
                                "value": "10303",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "https://qa-ows-accounting.theorchard.io/eq_bonus?period_id =253",
                            "protocol": "https",
                            "host": [
                                "qa-ows-accounting",
                                "theorchard",
                                "io"
                            ],
                            "path": [
                                "eq_bonus"
                            ],
                            "query": [
                                {
                                    "key": "period_id ",
                                    "value": "253"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "Get account EQ bonus payment details",
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json",
                                "type": "text"
                            },
                            {
                                "key": "Grass-Account-Type",
                                "value": "vendor",
                                "type": "text"
                            },
                            {
                                "key": "Grass-Account-Id",
                                "value": "10303",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "https://qa-ows-accounting.theorchard.io/eq_bonus_payment?period_id=252",
                            "protocol": "https",
                            "host": [
                                "qa-ows-accounting",
                                "theorchard",
                                "io"
                            ],
                            "path": [
                                "eq_bonus_payment"
                            ],
                            "query": [
                                {
                                    "key": "period_id",
                                    "value": "252"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "Get Active Accounting Period",
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Grass-Account-Type",
                                "value": "vendor",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Grass-Account-Id",
                                "value": "26641",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Orchard-User-Id",
                                "value": "oa:2088",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Correlation-Id",
                                "value": "uuid",
                                "type": "text",
                                "disabled": true
                            }
                        ],
                        "url": {
                            "raw": "https://qa-ows-accounting.theorchard.io/accounting_period?periods=244&account_id=10303&file_name=additional_expences.txt",
                            "protocol": "https",
                            "host": [
                                "qa-ows-accounting",
                                "theorchard",
                                "io"
                            ],
                            "path": [
                                "accounting_period"
                            ],
                            "query": [
                                {
                                    "key": "periods",
                                    "value": "244"
                                },
                                {
                                    "key": "account_id",
                                    "value": "10303"
                                },
                                {
                                    "key": "file_name",
                                    "value": "additional_expences.txt"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "Get accounting periods for account",
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json",
                                "type": "text"
                            },
                            {
                                "key": "Grass-Account-Type",
                                "value": "vendor",
                                "type": "text"
                            },
                            {
                                "key": "Grass-Account-Id",
                                "value": "10303",
                                "type": "text"
                            },
                            {
                                "key": "Orchard-User-Id",
                                "value": "alw:20881",
                                "type": "text",
                                "disabled": true
                            }
                        ],
                        "url": {
                            "raw": "https://qa-ows-accounting.theorchard.io/accounting_periods?periods=244&account_id=10303",
                            "protocol": "https",
                            "host": [
                                "qa-ows-accounting",
                                "theorchard",
                                "io"
                            ],
                            "path": [
                                "accounting_periods"
                            ],
                            "query": [
                                {
                                    "key": "periods",
                                    "value": "244"
                                },
                                {
                                    "key": "account_id",
                                    "value": "10303"
                                },
                                {
                                    "key": "file_name",
                                    "value": "additional_expences.txt",
                                    "disabled": true
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "Retrieve set of relevant attachments for the account, requested periods and file_name",
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "Grass-Account-Type",
                                "value": "vendor",
                                "type": "text"
                            },
                            {
                                "key": "Grass-Account-Id",
                                "value": "10303",
                                "type": "text"
                            },
                            {
                                "key": "Orchard-User-Id",
                                "value": "oa:2088",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "https://qa-ows-accounting.theorchard.io/attachment?periods=253&file_name=TEST-FILE.xlsx&account_id=10303",
                            "protocol": "https",
                            "host": [
                                "qa-ows-accounting",
                                "theorchard",
                                "io"
                            ],
                            "path": [
                                "attachment"
                            ],
                            "query": [
                                {
                                    "key": "periods",
                                    "value": "253"
                                },
                                {
                                    "key": "file_name",
                                    "value": "TEST-FILE.xlsx"
                                },
                                {
                                    "key": "account_id",
                                    "value": "10303"
                                }
                            ]
                        },
                        "description": "No test data on QA. Ask Jennifer Kim for test data"
                    },
                    "response": []
                },
                {
                    "name": "Retrieve vendor currency",
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json",
                                "type": "text"
                            },
                            {
                                "key": "Grass-Account-Type",
                                "value": "vendor",
                                "type": "text"
                            },
                            {
                                "key": "Grass-Account-Id",
                                "value": "10303",
                                "type": "text"
                            },
                            {
                                "key": "Orchard-User-Id",
                                "value": "oa:1873",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "https://qa-ows-accounting.theorchard.io/vendor-currency?periods=253&account_id=10303",
                            "protocol": "https",
                            "host": [
                                "qa-ows-accounting",
                                "theorchard",
                                "io"
                            ],
                            "path": [
                                "vendor-currency"
                            ],
                            "query": [
                                {
                                    "key": "periods",
                                    "value": "253"
                                },
                                {
                                    "key": "account_id",
                                    "value": "10303"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "Get the budget caps for all the labels",
                    "request": {
                        "method": "GET",
                        "header": [],
                        "url": {
                            "raw": "https://qa-ows-accounting.theorchard.io/budget-caps?",
                            "protocol": "https",
                            "host": [
                                "qa-ows-accounting",
                                "theorchard",
                                "io"
                            ],
                            "path": [
                                "budget-caps"
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "Get physical reserves for a requested vendor",
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Grass-Account-Type",
                                "value": "vendor",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Grass-Account-Id",
                                "value": "10303",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Orchard-User-Id",
                                "value": "oa:1873",
                                "type": "text",
                                "disabled": true
                            }
                        ],
                        "url": {
                            "raw": "https://qa-ows-accounting.theorchard.io/get-physical-reserves?period_id=253&vendor_id=10303",
                            "protocol": "https",
                            "host": [
                                "qa-ows-accounting",
                                "theorchard",
                                "io"
                            ],
                            "path": [
                                "get-physical-reserves"
                            ],
                            "query": [
                                {
                                    "key": "period_id",
                                    "value": "253"
                                },
                                {
                                    "key": "vendor_id",
                                    "value": "10303"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "Get the average monthly net revenue for a vendor/subaccount",
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "Grass-Account-Type",
                                "value": "vendor",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Grass-Account-Id",
                                "value": "10303",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Orchard-User-Id",
                                "value": "oa:1873",
                                "type": "text",
                                "disabled": true
                            }
                        ],
                        "url": {
                            "raw": "https://qa-ows-accounting.theorchard.io/vendor/10303/average-monthly-net-revenue?account_type=vendor&account_id=10303",
                            "protocol": "https",
                            "host": [
                                "qa-ows-accounting",
                                "theorchard",
                                "io"
                            ],
                            "path": [
                                "vendor",
                                "10303",
                                "average-monthly-net-revenue"
                            ],
                            "query": [
                                {
                                    "key": "account_type",
                                    "value": "vendor"
                                },
                                {
                                    "key": "account_id",
                                    "value": "10303"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "Get account equity bonus",
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "Grass-Account-Type",
                                "value": "vendor",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Grass-Account-Id",
                                "value": "10303",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Orchard-User-Id",
                                "value": "oa:1873",
                                "type": "text",
                                "disabled": true
                            }
                        ],
                        "url": {
                            "raw": "https://qa-ows-accounting.theorchard.io/vendor/10303/eq_bonus?period_id=253",
                            "protocol": "https",
                            "host": [
                                "qa-ows-accounting",
                                "theorchard",
                                "io"
                            ],
                            "path": [
                                "vendor",
                                "10303",
                                "eq_bonus"
                            ],
                            "query": [
                                {
                                    "key": "period_id",
                                    "value": "253"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "Get account equity bonus payment details",
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "Grass-Account-Type",
                                "value": "vendor",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Grass-Account-Id",
                                "value": "10303",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Orchard-User-Id",
                                "value": "oa:1873",
                                "type": "text",
                                "disabled": true
                            }
                        ],
                        "url": {
                            "raw": "https://qa-ows-accounting.theorchard.io/vendor/10303/eq_bonus_payment?period_id=253",
                            "protocol": "https",
                            "host": [
                                "qa-ows-accounting",
                                "theorchard",
                                "io"
                            ],
                            "path": [
                                "vendor",
                                "10303",
                                "eq_bonus_payment"
                            ],
                            "query": [
                                {
                                    "key": "period_id",
                                    "value": "253"
                                }
                            ]
                        }
                    },
                    "response": []
                }
            ],
            "protocolProfileBehavior": {}
        }
    ],
    "protocolProfileBehavior": {}
}