how to call nopstation.mobilewebapi plugine's endpoint from postman in nopcommerce v 4.6?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
1 year ago
hello dears,
i am trying to call enpoint inside nopstation.mobilewebapi plugine
from postman and there is exception in nopcommerce say that i am not auth
while i am using
[AllowAnonymous]
attribute
and the endpoint signature is

    [AllowAnonymous]
    [HttpPost]
    [Route("api/order/TabbyConfirmation")]
    public HttpResponseMessage TabbyConfirmation([FromBody] TabbyConfirmationModel model)
    {}

any one can help me?
1 year ago
You can create ticket with your order id on nopStation here

https://www.nop-station.com/customer/mytickets
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.